-
Notifications
You must be signed in to change notification settings - Fork 15
/
GetObservation-Trajectory-om1.0.0.xml
71 lines (71 loc) · 3.97 KB
/
GetObservation-Trajectory-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>4.75649118423462 -73.34199523925781</gml:lowerCorner>
<gml:upperCorner>44.75994491577148 -7.49585962295532</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>4.75649118423462 -73.34199523925781</gml:lowerCorner>
<gml:upperCorner>44.75994491577148 -7.49585962295532</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-01T12:00:00Z</gml:endPosition>
</gml:TimePeriod>
</om:samplingTime>
<om:procedure xlink:href="urn:ioos:station:authority:Trajectory1"/>
<om:observedProperty xlink:href="temperature"/>
<om:featureOfInterest xlink:href="urn:ioos:station:authority:Trajectory1"/>
<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="temperature">
<swe:Quantity definition="http://mmisw.org/ont/cf/parameter/temperature">
<swe:uom code="Celsius"/>
</swe:Quantity>
</swe:field>
<swe:field name="z">
<swe:Quantity definition="http://mmisw.org/ont/cf/parameter/z">
<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,30.085434,0.0 1990-01-01T01:00:00Z,23.481789,1.0 1990-01-01T02:00:00Z,6.884098,2.0 1990-01-01T03:00:00Z,24.744984,3.0 1990-01-01T04:00:00Z,32.749203,4.0 1990-01-01T05:00:00Z,28.534737,5.0 1990-01-01T06:00:00Z,18.571844,6.0 1990-01-01T07:00:00Z,8.528454,7.0 1990-01-01T08:00:00Z,29.381937,8.0 1990-01-01T09:00:00Z,37.13585,9.0 1990-01-01T10:00:00Z,2.1386168,10.0 1990-01-01T11:00:00Z,23.701757,11.0 1990-01-01T12:00:00Z,28.328003,12.0</swe:values>
</swe:DataArray>
</om:result>
</om:Observation>
</om:member>
</om:ObservationCollection>