52North / ArcGIS-Server-SOS-Extension

The Sensor Observation Service (SOS) extension for ArcGIS Server is implemented as a so-called Server Object Extension (SOE). It allows querying of observations, procedures/sensors, as well as features observed by sensors. The interface is compliant with the SOS 2.0 standard from OGC.
http://52north.org/arcgisServerSOS
Apache License 2.0
10 stars 5 forks source link

ReportingHeader is static - needs to be read from DB #36

Open arne-broering opened 10 years ago

arne-broering commented 10 years ago

GetObservation: When choosing responseFormat=http://aqd.ec.europa.eu/aqd/0.3.7c, then a reporting header is part of the response (see example request below). This reporting header is currently static and needs to be read from the DB.

http://ags.dev.52north.org:6080/arcgis/rest/services/EEA/AirQualitySos/MapServer/exts/52nArcGisSos/GetObservation?f=xml&request=GetObservation&service=SOS&responseFormat=http%3A%2F%2Faqd.ec.europa.eu%2Faqd%2F0.3.7c&aggregationType=http%3A%2F%2Fdd.eionet.europa.eu%2Fvocabulary%2Faq%2Faveragingperiod%2F1d&temporalFilter=om%3AphenomenonTime%2C2013-03-20T01%3A00%3A00%2F2013-04-10T01%3A00%3A00&offering=Network_GBXXXX&observedProperty=http%3A%2F%2Fdd.eionet.europa.eu%2Fvocabulary%2Faq%2Fpollutant%2F1%2Chttp%3A%2F%2Fdd.eionet.europa.eu%2Fvocabulary%2Faq%2Fpollutant%2F7&version=2.0.0

arne-broering commented 10 years ago

Approach needs to be discussed with EEA and topic center guys.