-
Notifications
You must be signed in to change notification settings - Fork 32

Description
The layer name required for vector layers in the WMS LAYERS parameter has changed in TDS5/ncWMS2. In TDS4/ncWMS, a vector layer was dynamically-generated by ncWMS from the component standard_name
attributes: e.g., eastward_sea_water_velocity
and northward_sea_water_velocity
. This would then be accessed via the WMS LAYERS parameter by specifying the combined standard_name
of sea_water_velocity
. In TDS5/ncWMS2, however, the layer must now be specified in LAYERS by the generic u:v-group
layer name, instead. All client code and TDS configurations that were used to enact sea_water_velocity
will now need to be updated to specify u:v-group
as the layer name in any WMS request (e.g., GetMap, GetMetadata) instead. Could it possibly be restored to using (or also honor) the standard_name
(e.g., sea_water_velocity
)? Having a generic u:v-group
also makes it impossible to have more than one vector variable in a dataset (e.g., sea_water_velocity
and wind
).