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

root/q2o/sos_adcp/trunk/sos_adcp/adcpAllTemplate.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/ADCP_System.xml"/>
17          <!-- Observable is a composite containing all data for now  -->
18          <om:observedProperty>
19             <swe:CompositePhenomenon gml:id="ALL_OBSERVABLES" dimension="24">
20                <gml:description>ALL Mesurements from ADCP_System including QC flags and bad data</gml:description>
21                <gml:name>ADCP 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/properties/waveHeightAll"/>
32                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
33                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
34                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
35                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
36                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
37                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/dominantWaveDirection"/>
38                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
39                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
40                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
41                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
42                <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/dataGapFlag"/>
43                <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
44                <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/echoIntensityFlag"/>
45                <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/cMFlag"/>
46                <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
47             </swe:CompositePhenomenon>
48          </om:observedProperty>
49          <!-- Feature Of Interest -->
50          <om:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
51          <om:parameter></om:parameter>
52          <!-- Result Structure and Encoding -->
53          <om:result>
54             <swe:DataArray>
55                <swe:elementCount>
56                   <swe:Count>
57                      <swe:value/>
58                   </swe:Count>
59                </swe:elementCount>
60                <swe:elementType name="adcpObs">
61                   <swe:DataRecord>
62                      <swe:field name="sysInfo">
63                         <swe:DataRecord>
64                            <swe:field name="time">
65                               <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
66                            </swe:field>
67                            <swe:field name="lat">
68                               <swe:Quantity definition="urn:ogc:def:property:latitude">
69                                  <swe:uom code="deg"/>
70                               </swe:Quantity>
71                            </swe:field>
72                            <swe:field name="lon">
73                               <swe:Quantity definition="urn:ogc:def:property:longitude">
74                                  <swe:uom code="deg"/>
75                               </swe:Quantity>
76                            </swe:field>
77                            <swe:field name="depth">
78                               <swe:Quantity definition="urn:Q2O:def:property::depth">
79                                  <swe:uom code="m"/>
80                               </swe:Quantity>
81                            </swe:field>
82                         </swe:DataRecord>
83                      </swe:field>
84                      
85                      <swe:field name="pressure">  <!-- This is optional to ADCP systems -->
86                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure">
87                            <swe:uom code="cm"></swe:uom>
88                         </swe:Quantity>
89                      </swe:field>
90                      
91                      <swe:field name="pressureObsChainOutputs">
92                         <swe:DataRecord>
93                            <swe:field name="waveHeightFromPressure">
94                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure">
95                                  <swe:uom code="cm"></swe:uom>
96                               </swe:Quantity>
97                            </swe:field>
98                            <swe:field name="wavePeriodFromPressure">
99                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure">
100                                  <swe:uom code="s"></swe:uom>
101                               </swe:Quantity>
102                            </swe:field>
103                            <swe:field name="loCutoffFrequency">
104                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/loCutoffFrequency">
105                                  <swe:uom code="Hz"></swe:uom>
106                               </swe:Quantity>
107                            </swe:field>
108                            <swe:field name="hiCutoffFrequency">
109                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency">
110                                  <swe:uom code="Hz"></swe:uom>
111                               </swe:Quantity>
112                            </swe:field>
113                         </swe:DataRecord>
114                      </swe:field>
115                      
116                      <swe:field name="velocityObsChainOutputs">
117                         <swe:DataRecord>
118                            <swe:field name="waveHeightAll">
119                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightAll">
120                                  <swe:uom code="cm"></swe:uom>
121                               </swe:Quantity>
122                            </swe:field>
123                            <swe:field name="swell">
124                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swell">
125                                  <swe:uom code="cm"></swe:uom>
126                               </swe:Quantity>
127                            </swe:field>
128                            <swe:field name="windWaves">
129                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaves">
130                                  <swe:uom code="cm"></swe:uom>
131                               </swe:Quantity>
132                            </swe:field>
133                            <swe:field name="wavePeriodAll">
134                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodAll">
135                                  <swe:uom code="s"></swe:uom>
136                               </swe:Quantity>
137                            </swe:field>
138                            <swe:field name="swellPeriod">
139                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellPeriod">
140                                  <swe:uom code="s"></swe:uom>
141                               </swe:Quantity>
142                            </swe:field>
143                            <swe:field name="windPeriod">
144                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windPeriod">
145                                  <swe:uom code="s"></swe:uom>
146                               </swe:Quantity>
147                            </swe:field>
148                            <swe:field name="dominantWaveDirection">
149                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/dominantWaveDirection">
150                                  <swe:uom code="deg"/>
151                               </swe:Quantity>
152                            </swe:field>
153                            <swe:field name="swellDirection">
154                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellDirection">
155                                  <swe:uom code="deg"/>
156                               </swe:Quantity>
157                            </swe:field>
158                            <swe:field name="windWaveDirection">
159                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaveDirection">
160                                  <swe:uom code="deg"/>
161                               </swe:Quantity>
162                            </swe:field>
163                            <swe:field name="topBinHeight">
164                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
165                                  <swe:uom code="cm"/>
166                               </swe:Quantity>
167                            </swe:field>
168                            <swe:field name="bottomBinHeight">
169                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/bottomBinHeight">
170                                  <swe:uom code="cm"/>
171                               </swe:Quantity>
172                            </swe:field>
173                         </swe:DataRecord>
174                      </swe:field>
175                      
176                      <swe:field name="flags">
177                         <swe:DataRecord>
178                            <swe:field name="dataGapFlag">
179                               <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/dataGapFlag">
180                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
181                               </swe:Category>
182                            </swe:field>
183                            <swe:field name="aggregatePressureFlag">
184                               <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag">
185                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
186                               </swe:Category>
187                            </swe:field>
188                            <swe:field name="echoIntensityFlag">
189                               <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/echoIntensityFlag">
190                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
191                               </swe:Category>
192                            </swe:field>
193                            <swe:field name="cMFlag">
194                               <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/cMFlag">
195                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
196                               </swe:Category>
197                            </swe:field>
198                            <swe:field name="aggregateVelocityFlag"> <!-- ?? -->
199                               <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag">
200                                  <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
201                               </swe:Category>
202                            </swe:field>
203                         </swe:DataRecord>
204                      </swe:field>
205                   </swe:DataRecord>
206                  
207                </swe:elementType>
208                <swe:encoding>
209                   <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
210                </swe:encoding>
211                <!-- Result Values -->
212                <swe:values/>
213             </swe:DataArray>
214          </om:result>
215       </om:Observation>
216    </om:member>
217 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.