-
Notifications
You must be signed in to change notification settings - Fork 15
/
GetObservation-Section-om1.0.0.xml
71 lines (71 loc) · 3.76 KB
/
GetObservation-Section-om1.0.0.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<om:ObservationCollection gml:id="SPOT5_DATA"
xmlns:gml="http://www.opengis.net/gml"
xmlns:om="http://www.opengis.net/om/1.0"
xmlns:swe="http://www.opengis.net/swe/1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/om/1.0 http://schemas.opengis.net/om/1.0.0/observation.xsd">
<gml:description/>
<gml:name/>
<gml:boundedBy>
<gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<!-- overwrite these with your actual offering ROI -->
<gml:lowerCorner>-90.0 -70.85932922363281</gml:lowerCorner>
<gml:upperCorner>42.09935760498047 80.0999755859375</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<om:member>
<om:Observation>
<gml:description/>
<gml:name/>
<gml:boundedBy>
<gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<gml:lowerCorner>-90.0 -70.85932922363281</gml:lowerCorner>
<gml:upperCorner>42.09935760498047 80.0999755859375</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<om:samplingTime>
<gml:TimePeriod gml:id="DATA_TIME">
<gml:beginPosition>1990-01-01T00:00:00Z</gml:beginPosition>
<gml:endPosition>1990-01-01T06:00:00Z</gml:endPosition>
</gml:TimePeriod>
</om:samplingTime>
<om:procedure xlink:href="urn:ioos:station:authority:Trajectory2"/>
<om:observedProperty xlink:href="salinity"/>
<om:featureOfInterest xlink:href="urn:ioos:station:authority:Trajectory2"/>
<om:result>
<swe:DataArray>
<swe:elementCount>
<swe:Count>
<swe:value>2</swe:value>
</swe:Count>
</swe:elementCount>
<swe:elementType name="SimpleDataArray">
<swe:DataRecord>
<swe:field name="time">
<swe:Time definition="http://www.opengis.net/def/property/OGC/0/SamplingTime">
<swe:uom xlink:href="http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"/>
</swe:Time>
</swe:field>
<swe:field name="salinity">
<swe:Quantity definition="http://mmisw.org/ont/cf/parameter/salinity">
<swe:uom code="PSU"/>
</swe:Quantity>
</swe:field>
<swe:field name="alt">
<swe:Quantity definition="http://mmisw.org/ont/cf/parameter/alt">
<swe:uom code="m"/>
</swe:Quantity>
</swe:field>
</swe:DataRecord>
</swe:elementType>
<swe:encoding>
<swe:TextBlock blockSeparator=" "
decimalSeparator="." tokenSeparator=","/>
</swe:encoding>
<swe:values>1990-01-01T00:00:00Z,37.15755,0.0 1990-01-01T00:00:00Z,9.691621,1.0 1990-01-01T00:00:00Z,11.261549,2.0 1990-01-01T00:00:00Z,-999.9,-999.9 1990-01-01T00:00:00Z,-999.9,-999.9 1990-01-01T00:00:00Z,-999.9,-999.9 1990-01-01T00:00:00Z,-999.9,-999.9 1990-01-01T00:00:00Z,-999.9,-999.9</swe:values>
</swe:DataArray>
</om:result>
</om:Observation>
</om:member>
</om:ObservationCollection>