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

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