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

include aggregationtype paramter in observation result #26

Closed matthesrieke closed 11 years ago

matthesrieke commented 11 years ago

'aggregationtype' parameter shall be included in observation result (similar to validity and verification). If we do not have this it will be difficult to extract 1 hour averages and not e.g. daily average, daily max etc.

<swe:field name="AveragingPeriod">
<swe:Category definition="http://dd.eionet.europa.eu/vocabularies/aq/averagingperiod"/>
</swe:field>

and AggregationType->Notation in the result array.