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

root/q2o/sos_adcp/trunk/sos_adcp/pressureAllTemplate.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_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: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:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
32             </swe:CompositePhenomenon>
33          </om:observedProperty>
34          <!-- Feature Of Interest -->
35          <om:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
36          <!-- Result Structure and Encoding -->
37          <om:result>
38             <swe:DataArray>
39                <swe:elementCount>
40                   <swe:Count>
41                      <swe:value></swe:value>   
42                   </swe:Count>
43                </swe:elementCount>
44                <swe:elementType name="acdpPressureObs">
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:field name="flags">
100                         <swe:DataRecord>
101                            <swe:field name="aggregatePressureFlag">
102                               <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag">
103                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
104                               </swe:Category>
105                            </swe:field>
106                         </swe:DataRecord>
107                      </swe:field>
108                      
109                   </swe:DataRecord>
110                </swe:elementType>
111                <swe:encoding>
112                   <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
113                </swe:encoding>
114                <!-- Result Values -->
115                <swe:values/>
116             </swe:DataArray>
117          </om:result>
118       </om:Observation>
119    </om:member>
120 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.