Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Multiple procedures encoded for each offering in GetCapabilities #37

Open
srstsavage opened this issue Nov 10, 2016 · 0 comments
Open
Assignees
Milestone

Comments

@srstsavage
Copy link
Contributor

Only one procedure (the station procedure) should be encoded for each station in a Capabilities response. Instead all of the sensor procedures are being encoded. This was introduced in 1.1.

<sos:ObservationOffering gml:id="urn_ioos_station_wmo_POTA2">
<gml:name>urn:ioos:station:wmo:POTA2</gml:name>
<gml:boundedBy>
<gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<gml:lowerCorner>61.06 -146.7</gml:lowerCorner>
<gml:upperCorner>61.06 -146.7</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<sos:time>
<gml:TimePeriod xsi:type="gml:TimePeriodType">
<gml:beginPosition>2016-08-01T00:00:00.013Z</gml:beginPosition>
<gml:endPosition>2016-11-10T19:30:00.655Z</gml:endPosition>
</gml:TimePeriod>
</sos:time>
<sos:procedure xlink:href="urn:ioos:sensor:wmo:POTA2:air_pressure"/>
<sos:procedure xlink:href="urn:ioos:sensor:wmo:POTA2:air_temperature"/>
<sos:procedure xlink:href="urn:ioos:sensor:wmo:POTA2:wind_from_direction"/>
<sos:procedure xlink:href="urn:ioos:sensor:wmo:POTA2:wind_speed"/>
<sos:procedure xlink:href="urn:ioos:sensor:wmo:POTA2:wind_speed_of_gust"/>
<sos:observedProperty xlink:href="http://mmisw.org/ont/cf/parameter/air_pressure"/>
<sos:observedProperty xlink:href="http://mmisw.org/ont/cf/parameter/air_temperature"/>
<sos:observedProperty xlink:href="http://mmisw.org/ont/cf/parameter/wind_from_direction"/>
<sos:observedProperty xlink:href="http://mmisw.org/ont/cf/parameter/wind_speed"/>
<sos:observedProperty xlink:href="http://mmisw.org/ont/cf/parameter/wind_speed_of_gust"/>
<sos:featureOfInterest xlink:href="urn:ioos:station:wmo:POTA2"/>
<sos:responseFormat>application/json</sos:responseFormat>
<sos:responseFormat>application/x-netcdf</sos:responseFormat>
<sos:responseFormat>application/zip; subtype=x-netcdf</sos:responseFormat>
<sos:responseFormat>text/xml; subtype="om/1.0.0"</sos:responseFormat>
<sos:responseFormat>text/xml; subtype="om/1.0.0/profiles/ioos_sos/1.0"</sos:responseFormat>
<sos:responseMode>inline</sos:responseMode>
<sos:responseMode>resultTemplate</sos:responseMode>
</sos:ObservationOffering>
@srstsavage srstsavage added this to the 1.2 milestone Nov 10, 2016
@srstsavage srstsavage self-assigned this Nov 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant