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

root/q2o/sos_adcp/trunk/sos_adcp/adcpQcTemplate.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            
17             <om:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/ADCP_Chain.xml"/>
18             <!-- Observable is a composite containing all data for now  -->
19             <om:observedProperty>
20                 <swe:CompositePhenomenon gml:id="ALL_DATA_QC" dimension="19">
21                     <gml:description>Data from ADCP Chain with bad data points and QC flag info filtered out</gml:description>
22                     <gml:name>ADCP measurements</gml:name>
23                     <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
24                     <swe:component xlink:href="urn:ogc:def:property:latitude"/>
25                    
26                     <swe:component xlink:href="urn:ogc:def:property:longitude"/>
27                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
28                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
29                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
30                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
31                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
32                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightAll"/>
33                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
34                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
35                    
36                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
37                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
38                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
39                     <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
40                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
41                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
42                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
43                     <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
44                 </swe:CompositePhenomenon>
45                
46             </om:observedProperty>
47             <!-- Feature Of Interest -->
48             <om:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
49             <!-- Result Structure and Encoding -->
50             <om:result>
51                 <swe:DataArray>
52                     <swe:elementCount>
53                         <swe:Count>
54                             <swe:value></swe:value>   
55                         </swe:Count>
56                        
57                     </swe:elementCount>
58                     <swe:elementType name="acdpObs">
59                         <swe:DataRecord>
60                             <swe:field name="sysInfo">
61                                 <swe:DataRecord>
62                                     <swe:field name="time">
63                                         <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
64                                     </swe:field>
65                                     <swe:field name="lat">
66                                        
67                                         <swe:Quantity definition="urn:ogc:def:property:latitude">
68                                             <swe:uom code="deg"/>
69                                         </swe:Quantity>
70                                     </swe:field>
71                                     <swe:field name="lon">
72                                         <swe:Quantity definition="urn:ogc:def:property:longitude">
73                                             <swe:uom code="deg"/>
74                                         </swe:Quantity>
75                                     </swe:field>
76                                 </swe:DataRecord>
77                             </swe:field>
78                            
79                             <swe:field name="pressureObsChainOutputs">
80                                 <swe:DataRecord>
81                                    
82                                     <swe:field name="pressure">  <!-- This is optional to ADCP systems -->
83                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure">
84                                             <swe:uom code="cm"></swe:uom>
85                                         </swe:Quantity>
86                                     </swe:field>
87                                     <swe:field name="waveHeightFromPressure">
88                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure">
89                                             <swe:uom code="cm"></swe:uom>
90                                            
91                                         </swe:Quantity>
92                                     </swe:field>
93                                     <swe:field name="wavePeriodFromPressure">
94                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure">
95                                             <swe:uom code="s"></swe:uom>
96                                         </swe:Quantity>
97                                     </swe:field>
98                                     <swe:field name="loCutoffFrequency">
99                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/loCutoffFrequency">
100                                             <swe:uom code="Hz"></swe:uom>
101                                            
102                                         </swe:Quantity>
103                                     </swe:field>
104                                     <swe:field name="hiCutoffFrequency">
105                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency">
106                                             <swe:uom code="Hz"></swe:uom>
107                                         </swe:Quantity>
108                                     </swe:field>
109                                 </swe:DataRecord>
110                             </swe:field>
111                            
112                             <swe:field name="velocityObsChainOutputs">
113                                
114                                 <swe:DataRecord>
115                                     <swe:field name="waveHeightAll">
116                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightAll">
117                                             <swe:uom code="cm"></swe:uom>
118                                         </swe:Quantity>
119                                     </swe:field>
120                                     <swe:field name="swell">
121                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swell">
122                                             <swe:uom code="cm"></swe:uom>
123                                            
124                                         </swe:Quantity>
125                                     </swe:field>
126                                     <swe:field name="windWaves">
127                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaves">
128                                             <swe:uom code="cm"></swe:uom>
129                                         </swe:Quantity>
130                                     </swe:field>
131                                     <swe:field name="wavePeriodAll">
132                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodAll">
133                                             <swe:uom code="s"></swe:uom>
134                                            
135                                         </swe:Quantity>
136                                     </swe:field>
137                                     <swe:field name="swellPeriod">
138                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellPeriod">
139                                             <swe:uom code="s"></swe:uom>
140                                         </swe:Quantity>
141                                     </swe:field>
142                                     <swe:field name="windPeriod">
143                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windPeriod">
144                                             <swe:uom code="s"></swe:uom>
145                                            
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                                            
157                                         </swe:Quantity>
158                                     </swe:field>
159                                     <swe:field name="windWaveDirection">
160                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaveDirection">
161                                             <swe:uom code="deg"/>
162                                         </swe:Quantity>
163                                     </swe:field>
164                                     <swe:field name="topBinHeight">
165                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
166                                             <swe:uom code="cm"/>
167                                            
168                                         </swe:Quantity>
169                                     </swe:field>
170                                     <swe:field name="bottomBinHeight">
171                                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/bottomBinHeight">
172                                             <swe:uom code="cm"/>
173                                         </swe:Quantity>
174                                     </swe:field>
175                                 </swe:DataRecord>
176                             </swe:field>
177                         </swe:DataRecord>
178                        
179                     </swe:elementType>
180                     <swe:encoding>
181                         <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
182                     </swe:encoding>
183                     <!-- Result Values -->
184                     <swe:values/>
185                 </swe:DataArray>
186             </om:result>
187         </om:Observation>
188        
189     </om:member>
190 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.