[Thread Prev][Thread Next][Index]

a reverse "mutliselect" on a NetCDF file?



Hi all!

I have a question about being able to do a "multiselect" on a NetCDF file (through a database).
In LAS, you can use the "multiselect" attribute in the "constraint" element.

For example:

Some of the data I use is collected along "transects".
If the user wants to query data on a specific transect, then I have a constraint that allows the user to pick a specific transect and the "multiselect" tool allows the user to select more than one transect.

Now, I am interested in doing the opposite operation, where, when the user selects one transect, it selects multi IDs in the NetCDF. This is because one transect can have several IDs depending on when the cruise happened.

So I want to do something that looks like this:

<menu type="constraint" name="CIMT_transectText">
<item values="gridID">Single transect</item>
</menu>
<menu type="constraint" name="CIMT_transectOps">
<item values="=">=</item>
</menu>
<menu type="constraint" name="CIMT_transects">
<item values="1", "3", "5", "10" >T1</item>
<item values="2", "4", "6", "8" >T2</item>
<item values="......">T3</item>
<item values="......">T4</item>
<item values="......">T5</item>
<item values="......">T6</item>
<item values="......">T7/item>
</menu>

Is there a way to do this?

Thanks,
Jerome.



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement