As an example I took a look at the results of the Argo float project,
which contain vertical profiles:
ftp://ftp.ifremer.fr/ifremer/argo/dac/meds/4900866/4900866_prof.nc
The configuration for this data is of course more complex hat the
configuration we use now. Maybe we should include the structure
definition from the O&M document into our configuration. That would
allow to specify arbitrary complex observation structures.
Additionally we need more detailed information which variable from the
NetCDF belongs to which component of the result. Here is an idea how we
could describe that:
<oostethys-netcdf>
<dimension shortName="N_PROF">
<variable shortName="JULD" ref="time" />
<variable shortName="JULD_QC" ref="time_quality" />
<variable shortName="LON" ref="lon" />
<variable shortName="LAT" ref="lat" />
<dimensionSize shortName="N_LEVELS" ref="profile_size" />
<dimension shortName="N_LEVELS" ref="measurements">
<variable shortName="PRES" ref="pressure" />
<variable shortName="PRES_QC" ref="pressure_quality" />
<variable shortName="TEMP" ref="temperature" />
<variable shortName="TEMP_QC" ref="temperature_quality" />
<variable shortName="PSAL" ref="salinity" />
<variable shortName="PSAL_QC" ref="salinity_quality" />
</dimension>
</dimension>
</oostethys-netcdf>
Jesper
--
Dipl.-Inf. Jesper Zedlitz Dept. for Computer Science, CAU of Kiel
Room 1108 Communication Systems Research Group
Phone: +49-(0)431-880-7279
Christian-Albrechts-Platz 4 Fax: +49-(0)431-880-7615
24098 Kiel - Germany j...@informatik.uni-kiel.de
(I think it would be great to support more complex structures within
OOSTethys, and would be an impressive milestone. Particularly nice if
it can be done at low human cost.)
John
John
--------------
John Graybeal <mailto:gray...@mbari.org> -- 831-775-1956
Monterey Bay Aquarium Research Institute
Marine Metadata Interoperability Project: http://marinemetadata.org