Build the GetObservation XML String to pull the newest observation
network-allom:samplingTimelatesturn:ogc:object:feature:Sensor:13774urn:x-ogc:def:phenomenon:IOOS:0.0.1:air_temperaturefoi_13774text/xml;subtype="om/1.0.0"
Create InsertObservation XML
example:
urn:ioos:sensor:aoos:pilotrock:airtemp2012-04-17T12:02:05-00002012-04-17T20:02:05-0000resultComponentsThe sampling point at station: Anchorage Hillside - AOOS-143.0 63.03
foi_3234,2012-04-17T20:02:05-0000,10.0;foi_3234,2012-04-17T16:02:05-0000,11.0;foi_3234,2012-04-17T12:02:05-0000,12.0;
Build the XML String
urn:ioos:station:hads:172C7508urn:ioos:station:hads:172C7508172C7508BEAVER CREEK ABOVE VICTORIA CREEK NEAR BEAVER 43SEFIXED MET STATIONGovernment–FederalHADSAOOSHADSUSAHDSC.questions@noaa.govAOOSUSAlance@axiomalaska.com34.7 -72.73Pilot Rock Station, AKPilot Rock, AK59.742 -149.4700.0
Contains a collection of observations for one associated phenomenon and station
The dates, locations and values of the observations are in the same order.
Pull: Update the SOS with observations pulled from the observationRetriever with
the each station and its phenomena
This code first checks if a station is already created in the
SOS with a DescribeSensor call.
Pull: Update the SOS with observations pulled from the observationRetriever
with the passed in station with all its phenomena
This code first checks if a station is already created in the
SOS with a DescribeSensor call.