NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/q2o/sos_adcp/trunk/sos_adcp/CompsAllTemplate.xml

Revision 440 (checked in by jfredericks, 13 years ago)

--

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <om:ObservationCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:schemaLocation="http://www.opengis.net/om/1.0 http://schemas.opengis.net/om/1.0.0/observation.xsd"
4    xmlns:xlink="http://www.w3.org/1999/xlink"
5    xmlns:om="http://www.opengis.net/om/1.0"
6    xmlns:gml="http://www.opengis.net/gml"
7    xmlns:swe="http://www.opengis.net/swe/1.0.1"
8    gml:id="ADCP_Observation">
9    <!-- Observation name -->
10    <gml:name>Data from ADCP profiler</gml:name>
11    <om:member>
12       <om:Observation>
13          <!-- Observation time -->
14          <om:samplingTime/>
15          <!-- Sensor description (SensorML) -->
16          <om:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/Pressure_Obs_Process.xml"/>
17          <!-- Observable is a composite containing all data for now  -->
18          <om:observedProperty>
19             <swe:CompositePhenomenon gml:id="PRESSURE_ALL" dimension="9">
20                <gml:description>All Pressure params from ADCP including bad data and agPressure Flag</gml:description>
21                <gml:name>ADCP Pressure measurements</gml:name>
22                <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
23                <swe:component xlink:href="urn:ogc:def:property:latitude"/>
24                <swe:component xlink:href="urn:ogc:def:property:longitude"/>
25                <swe:component xlink:href="urn:MVCO:property:pressureDepth"/>
26                <swe:component xlink:href="urn:MVCO:property:waveHeightFromPressure"/>
27                <swe:component xlink:href="urn:MVCO:property:wavePeriodFromPressure"/>
28                <swe:component xlink:href="urn:MVCO:property:loCutoffFrequency"/>
29                <swe:component xlink:href="urn:MVCO:property:hiCutoffFrequency"/>
30                <swe:component xlink:href="urn:MVCO:property:flag:aggregatePressureFlag"/>
31             </swe:CompositePhenomenon>
32          </om:observedProperty>
33          <!-- Feature Of Interest -->
34          <om:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
35          <!-- Result Structure and Encoding -->
36          <om:result>
37             <swe:DataArray>
38                <swe:elementCount>
39                   <swe:Count>
40                      <swe:value></swe:value>   
41                   </swe:Count>
42                </swe:elementCount>
43                <swe:elementType name="acdpPressureObs">
44                   <swe:DataRecord>
45                      <swe:field name="sysInfo">
46                         <swe:DataRecord>
47                            <swe:field name="time">
48                               <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
49                            </swe:field>
50                            <swe:field name="lat">
51                               <swe:Quantity definition="urn:ogc:def:property:latitude">
52                                  <swe:uom code="deg"/>
53                               </swe:Quantity>
54                            </swe:field>
55                            <swe:field name="lon">
56                               <swe:Quantity definition="urn:ogc:def:property:longitude">
57                                  <swe:uom code="deg"/>
58                               </swe:Quantity>
59                            </swe:field>
60                         </swe:DataRecord>
61                      </swe:field>
62                      
63                      <swe:field name="pressure"> 
64                         <swe:Quantity definition="urn:MVCO:property:pressureDepth">
65                            <swe:uom code="cm"></swe:uom>
66                         </swe:Quantity>
67                      </swe:field>
68                      
69                      <swe:field name="pressureObsChainOutputs">
70                         <swe:DataRecord>
71                            <swe:field name="waveHeightFromPressure">
72                               <swe:Quantity definition="urn:MVCO:property:waveHeightFromPressure">
73                                  <swe:uom code="cm"></swe:uom>
74                               </swe:Quantity>
75                            </swe:field>
76                            <swe:field name="wavePeriodFromPressure">
77                               <swe:Quantity definition="urn:MVCO:property:wavePeriodFromPressure">
78                                  <swe:uom code="s"></swe:uom>
79                               </swe:Quantity>
80                            </swe:field>
81                            <swe:field name="loCutoffFrequency">
82                               <swe:Quantity definition="urn:MVCO:property:loCutoffFrequency">
83                                  <swe:uom code="Hz"></swe:uom>
84                               </swe:Quantity>
85                            </swe:field>
86                            <swe:field name="hiCutoffFrequency">
87                               <swe:Quantity definition="urn:MVCO:property:hiCutoffFrequency">
88                                  <swe:uom code="Hz"></swe:uom>
89                               </swe:Quantity>
90                            </swe:field>
91                         </swe:DataRecord>
92                      </swe:field>
93                      
94                      <swe:field name="flags">
95                         <swe:DataRecord>
96                            <swe:field name="aggregatePressureFlag">
97                               <swe:Category definition="urn:MVCO:property:flag:aggregatePressureFlag">
98                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/q2o/flag/QualityFlag"/>
99                               </swe:Category>
100                            </swe:field>
101                         </swe:DataRecord>
102                      </swe:field>
103                      
104                   </swe:DataRecord>
105                </swe:elementType>
106                <swe:encoding>
107                   <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
108                </swe:encoding>
109                <!-- Result Values -->
110                <swe:values/>
111             </swe:DataArray>
112          </om:result>
113       </om:Observation>
114    </om:member>
115 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.