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

root/q2o/sos_adcp/trunk/sos_adcp/adcpTemplateGrouped.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.0/ADCP_Chain.xml"/>
17          <!-- Observable is a composite containing all data for now  -->
18          <om:observedProperty>
19             <swe:CompositePhenomenon gml:id="ALL_OBSERVABLES" dimension="24">
20                  <!--  TODO -->
21             </swe:CompositePhenomenon>
22          </om:observedProperty>
23          <!-- Feature Of Interest -->
24          <om:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
25          <!-- Result Structure and Encoding -->
26          <om:result>
27             <swe:DataArray>
28                <swe:elementCount>
29                   <swe:Count>
30                      <swe:value></swe:value>   
31                   </swe:Count>
32                </swe:elementCount>
33                <swe:elementType name="adcpObs">
34                   <aml:output></aml:output>
35                      <swe:DataRecord>
36                         <swe:field name="time">
37                            <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
38                         </swe:field>
39                         <swe:field name="lat">
40                            <swe:Quantity definition="urn:ogc:def:property:latitude">
41                               <swe:uom code="deg"/>
42                            </swe:Quantity>
43                         </swe:field>
44                         <swe:field name="lon">
45                            <swe:Quantity definition="urn:ogc:def:property:longitude">
46                               <swe:uom code="deg"/>
47                            </swe:Quantity>
48                         </swe:field>
49                      </swe:DataRecord>
50                   </sml:output>
51
52                   <swe:output name="pressure">  <!-- This is optional to ADCP systems -->
53                      <swe:Quantity definition="http://mmisw.org/ont/cf/20081116T050933/parameter/sea_water_pressure">
54                         <swe:uom code="cm"></swe:uom>
55                      </swe:Quantity>
56                   </swe:output>
57                  
58                   <sml:output name="pressureObsChainOutputs">
59                      <swe:DataRecord>
60                         <swe:field name="waveHeightFromPressure">
61                            <swe:Quantity definition="urn:MVCO:property:waveHeightFromPressure">
62                               <swe:uom code="cm"></swe:uom>
63                            </swe:Quantity>
64                         </swe:field>
65                         <swe:field name="wavePeriodFromPressure">
66                            <swe:Quantity definition="urn:MVCO:property:wavePeriodFromPressure">
67                               <swe:uom code="s"></swe:uom>
68                            </swe:Quantity>
69                         </swe:field>
70                         <swe:field name="loCutoffFrequency">
71                            <swe:Quantity definition="urn:MVCO:property:loCutoffFrequency">
72                               <swe:uom code="Hz"></swe:uom>
73                            </swe:Quantity>
74                         </swe:field>
75                         <swe:field name="hiCutoffFrequency">
76                            <swe:Quantity definition="urn:MVCO:property:hiCutoffFrequency">
77                               <swe:uom code="Hz"></swe:uom>
78                            </swe:Quantity>
79                         </swe:field>
80                      </swe:DataRecord>
81                   </sml:output>
82                  
83                   <sml:output name="velocityObsChainOutputs">
84                      <swe:DataRecord>
85                         <swe:field name="waveHeightAll">
86                            <swe:Quantity definition="urn:MVCO:property:waveHeightAll">
87                               <swe:uom code="cm"></swe:uom>
88                            </swe:Quantity>
89                         </swe:field>
90                         <swe:field name="swell">
91                            <swe:Quantity definition="urn:MVCO:property:swell">
92                               <swe:uom code="cm"></swe:uom>
93                            </swe:Quantity>
94                         </swe:field>
95                         <swe:field name="windWaves">
96                            <swe:Quantity definition="urn:MVCO:property:windWaves">
97                               <swe:uom code="cm"></swe:uom>
98                            </swe:Quantity>
99                         </swe:field>
100                         <swe:field name="wavePeriodAll">
101                            <swe:Quantity definition="urn:MVCO:property:wavePeriod">
102                               <swe:uom code="s"></swe:uom>
103                            </swe:Quantity>
104                         </swe:field>
105                         <swe:field name="swellPeriod">
106                            <swe:Quantity definition="urn:MVCO:property:swellPeriod">
107                               <swe:uom code="s"></swe:uom>
108                            </swe:Quantity>
109                         </swe:field>
110                         <swe:field name="windPeriod">
111                            <swe:Quantity definition="urn:MVCO:property:windPeriod">
112                               <swe:uom code="s"></swe:uom>
113                            </swe:Quantity>
114                         </swe:field>
115                         <swe:field name="dominantWaveDirection">
116                            <swe:Quantity definition="urn:MVCO:property:dominantWaveDirection">
117                               <swe:uom code="deg"/>
118                            </swe:Quantity>
119                         </swe:field>
120                         <swe:field name="swellDirection">
121                            <swe:Quantity definition="urn:MVCO:property:swellDirection">
122                               <swe:uom code="deg"/>
123                            </swe:Quantity>
124                         </swe:field>
125                         <swe:field name="windWaveDirection">
126                            <swe:Quantity definition="urn:MVCO:property:windWaveDirection">
127                               <swe:uom code="deg"/>
128                            </swe:Quantity>
129                         </swe:field>
130                         <swe:field name="topBinHeight">
131                            <swe:Quantity definition="urn:MVCO:property:topBinHeight">
132                               <swe:uom code="cm"/>
133                            </swe:Quantity>
134                         </swe:field>
135                         <swe:field name="bottomBinHeight">
136                            <swe:Quantity definition="urn:MVCO:property:bottomBinHeight">
137                               <swe:uom code="cm"/>
138                            </swe:Quantity>
139                         </swe:field>
140                      </swe:DataRecord>
141                   </sml:output>
142                  
143                   <sml:output name="flags">
144                      <swe:DataRecord>
145                         <swe:field name="timeContinuityFlag">
146                            <swe:Category definition="urn:MVCO:property:flag:timeContinuityFlag">
147                               <swe:codespace xlink:href="http://q2o.whoi.edu/files/q2o/FlagCodes.xml"/>
148                            </swe:Category>
149                         </swe:field>
150                         <swe:field name="aggregatePressureFlag">
151                            <swe:Category definition="urn:MVCO:property:flag:aggregatePressureFlag">
152                               <swe:codespace xlink:href="http://q2o.whoi.edu/files/q2o/FlagCodes.xml"/>
153                            </swe:Category>
154                         </swe:field>
155                         <swe:field name="beamIntensityFlag">
156                            <swe:Category definition="urn:MVCO:property:flag:beamIntensityFlag">
157                               <swe:codespace xlink:href="http://q2o.whoi.edu/files/q2o/FlagCodes.xml"/>
158                            </swe:Category>
159                         </swe:field>
160                         <swe:field name="correlationCoefficientFlag">
161                            <swe:Category definition="urn:MVCO:property:flag:correlationCoefficientFlag">
162                               <swe:codespace xlink:href="http://q2o.whoi.edu/files/q2o/FlagCodes.xml"/>
163                            </swe:Category>
164                         </swe:field>
165                         <swe:field name="aggregateVelocityFlag"> <!-- ?? -->
166                            <swe:Category definition="urn:MVCO:property:flag:aggregateVelocityFlag">
167                               <swe:codespace xlink:href="http://q2o.whoi.edu/files/q2o/FlagCodes.xml"/>
168                            </swe:Category>
169                         </swe:field>
170                      </swe:DataRecord>
171                </swe:elementType>
172                <swe:encoding>
173                   <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
174                </swe:encoding>
175                <!-- Result Values -->
176                <swe:values/>
177             </swe:DataArray>
178          </om:result>
179       </om:Observation>
180    </om:member>
181 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.