Hi THREDDS Folks,
This is a minor point but would be nice to have fixed someday. When I enter
metadata in my THREDDS catalog for a dataset's variables, the entries for
multiple vocabularies do not line up on the catalog page. After the first
vocabulary (e.g. "CF-1.4"), additional vocabularies (e.g. "none") are
outdented. You can see an example of this at my following catalog page:
http://oos.soest.hawaii.edu/thredds/idd/nss.html?dataset=NS01agg
Thanks,
John Maurer
Hawaii Ocean Observing System (HiOOS)
P.S. Here are the relevant TDS catalog snippets for the above example, in case
that helps:
<variables vocabulary="CF-1.4">
<variable name="cond"
vocabulary_name="sea_water_electrical_conductivity" units="siemens
meter-1">conductivity</variable>
<variable name="flor"
vocabulary_name="mass_concentration_of_chlorophyll_in_sea_water"
units="kilogram meter-3">chlorophyll</variable>
<variable name="lat" vocabulary_name="latitude"
units="degrees_north">latitude</variable>
<variable name="lon" vocabulary_name="longitude"
units="degrees_east">longitude</variable>
<variable name="salt" vocabulary_name="sea_water_salinity"
units="1e-3">salinity</variable>
<variable name="temp" vocabulary_name="sea_water_temperature"
units="kelvin">temperature</variable>
<variable name="time" vocabulary_name="time" units="minutes since
2008-01-01 00:00:00 UTC">time</variable>
</variables>
<variables vocabulary="none">
<variable name="turb" vocabulary_name="sea_water_turbidity"
units="NTU">turbidity</variable>
</variables>