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

root/q2o/sos_adcp/trunk/sos_adcp/pressureQCTemplate.xml

Revision 435 (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.1/Pressure_QC_Chain.xml"/>
17          <!-- Observable is a composite containing all data for now  -->
18          <om:observedProperty>
19             <swe:CompositePhenomenon gml:id="QC_PRESSURE" dimension="8">
20                <gml:description>ADCP Pressure measurements with QC applied and bad points filtered out</gml:description>
21                <gml:name>ADCP_Pressure_QC</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:Q2O:def:property::depth"/>
26                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
27                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
28                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
29                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
30                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
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:DataRecord>
46                         <swe:field name="sysInfo">
47                            <swe:DataRecord>
48                               <swe:field name="time">
49                                  <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
50                               </swe:field>
51                               <swe:field name="lat">
52                                  <swe:Quantity definition="urn:ogc:def:property:latitude">
53                                     <swe:uom code="deg"/>
54                                  </swe:Quantity>
55                               </swe:field>
56                               <swe:field name="lon">
57                                  <swe:Quantity definition="urn:ogc:def:property:longitude">
58                                     <swe:uom code="deg"/>
59                                  </swe:Quantity>
60                               </swe:field>
61                               <swe:field name="depth">
62                                  <swe:Quantity definition="urn:Q2O:def:property::depth">
63                                     <swe:uom code="m"/>
64                                  </swe:Quantity>
65                               </swe:field>
66                            </swe:DataRecord>
67                         </swe:field>
68                        
69                         <swe:field name="pressureObsChainOutputs">
70                            <swe:DataRecord>
71                               <swe:field name="pressure"> 
72                                  <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure">
73                                     <swe:uom code="cm"></swe:uom>
74                                  </swe:Quantity>
75                               </swe:field>
76                               <swe:field name="waveHeightFromPressure">
77                                  <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure">
78                                     <swe:uom code="cm"></swe:uom>
79                                  </swe:Quantity>
80                               </swe:field>
81                               <swe:field name="wavePeriodFromPressure">
82                                  <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure">
83                                     <swe:uom code="s"></swe:uom>
84                                  </swe:Quantity>
85                               </swe:field>
86                               <swe:field name="loCutoffFrequency">
87                                  <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/loCutoffFrequency">
88                                     <swe:uom code="Hz"></swe:uom>
89                                  </swe:Quantity>
90                               </swe:field>
91                               <swe:field name="hiCutoffFrequency">
92                                  <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency">
93                                     <swe:uom code="Hz"></swe:uom>
94                                  </swe:Quantity>
95                               </swe:field>
96                            </swe:DataRecord>
97                         </swe:field>
98                        
99                      </swe:DataRecord>
100                   </swe:DataRecord>
101                </swe:elementType>
102                <swe:encoding>
103                   <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
104                </swe:encoding>
105                <!-- Result Values -->
106                <swe:values/>
107             </swe:DataArray>
108          </om:result>
109       </om:Observation>
110    </om:member>
111 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.