You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
It would be great if the grib variable map could also generate standard_name attributes in addition to long_name attributes.
Currently none of the Unidata thredds forecast model data is discovered when searching by standard_name because these attributes don't exist except for coordinate variables.
Significant_height_of_combined_wind_waves_and_swell_surface
long_name: Significant height of combined wind waves and swell @ Ground or water surface
and we would like this to become:
Significant_height_of_combined_wind_waves_and_swell_surface
long_name: Significant height of combined wind waves and swell @ Ground or water surface
standard_name: sea_surface_wave_significant_height
Trying to create this mapping for all variables would be a huge and likely impossible job, but I'm imagining this mapping could be maintained organicically, with folks making PRs to the mapping as needed to add just the variables they are interested in.
And of course if there was no standard_name in the mapping, it would just be missing, as it is now.
Anything we did would be an improvement since there are no standard_names now!
I think this would be a good feature to have, for sure. Given the hell that is GRIB, however, I'm not sure at what level it would be best to implement this. Baking in the mapping into the TDS GRIB code could be too restrictive, as with GRIB flexibility is somewhat key (thanks to improper table management, over ridding WMO standard tables, etc.). We allow things somewhat similar to this to be done in the catalog using the <gribConfig> element. Perhaps we could set these standard_names using a config like this:
It would be great if the grib variable map could also generate
standard_name
attributes in addition tolong_name
attributes.Currently none of the Unidata thredds forecast model data is discovered when searching by
standard_name
because these attributes don't exist except for coordinate variables.An example is:
http://thredds.ucar.edu/thredds/catalog/grib/NCEP/WW3/Global/catalog.html?dataset=grib/NCEP/WW3/Global/Best
where we have this variable:
and we would like this to become:
Trying to create this mapping for all variables would be a huge and likely impossible job, but I'm imagining this mapping could be maintained organicically, with folks making PRs to the mapping as needed to add just the variables they are interested in.
And of course if there was no standard_name in the mapping, it would just be missing, as it is now.
Anything we did would be an improvement since there are no standard_names now!
@lesserwhirls , what say ye?
The text was updated successfully, but these errors were encountered: