-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wmdr:observableRange #37
Comments
As a work-around (or a community convention), vertical extent can be specified as follows (bold text in snippets): Example: Wind profiler XPath: /wmdr:WIGOSMetadataRecord/wmdr:facility/wmdr:ObservingFacility/wmdr:observation/wmdr:ObservingCapability/wmdr:observation/om:OM_Observation/om:type Sample element: <om:type xlink:type="simple" xlink:href="http://codes.wmo.int/wmdr/Geometry/verticalProfile"/> XPath: /wmdr:WIGOSMetadataRecord/wmdr:facility/wmdr:ObservingFacility/wmdr:observation/wmdr:ObservingCapability/wmdr:observation/om:OM_Observation/om:procedure/wmdr:Process/wmdr:deployment/wmdr:Deployment/wmdr:deployedEquipment/wmdr:Equipment/wmdr:observableRange Sample element: wmdr:observableRange[{"vertical": {"lower": "100m", "upper": "4000m", "resolution": "50m"}}, {"temporal": {"resolution": "30s"}}, {"velocity": {"resolution": "0.2ms-1"}}]</wmdr:observableRange> |
Cf. related issue at wmo-im/wmds#185 |
The proposed addition of a vertical extent of observation code list, traceable to OSCAR requirements, is required and valuable. However, it does not capture an instrument's explicit ranging capability (ie, 250m to 30000m) and vertical resolution. Therefore I feel we do need a standard approach to specify instrument range. The proposal above is fine, but I do not understand including temporal information in observableRange. I thought this information is described by temporalReportingInterval? |
@ejwelton temporalReportingInterval specifies the reporting interval (how often data are effectively made available). It does not describe the capabilities of an instrument, which can be different. In fact, the message received every reporting interval could in principle contain several time stamps denoting aggregated values. That is why the standard also defines entities such as samplingTimePeriod, temporalSamplingInterval, aggregationPeriod and timeliness. |
The Note for element 5-03 Intrinsic capability of the measurement/observing method - range
More complex instruments can specify other relevant elements, e.g., the vertical range or a temporal resolution. Example: Windprofiler (observedProperty: horizontal wind speed) Example: Weather radar (observedProperty: Intensity of Precipitation) |
Looking at @ejwelton, @gaochen-larc, @tomkralidis, @amilan17, @RMaerz to provide comments. The issue has evolved from the original requirement to provide a way to specify vertical extent of the observation to now allowing the description of some intrinsic capabilities of instrumentation. Does the approach make sense? Are there better alternatives? Is it over-engineered, or just right? |
Schema extension needed to support vertical extent of observation. A code list has been proposed and is under development (wmo-im/wmds#185). Is this sufficient or is there also a need to specify vertical extent explicitly in terms of an altitude range? Should this be modeled as an attribute of the instrument or (more likely) the observation? What does OM_ provide?
The text was updated successfully, but these errors were encountered: