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

root/q2o/sos_adcp/trunk/sos_adcp/velocityAllTemplate.xml

Revision 394 (checked in by haines, 14 years ago)

initial import of sos_adcp

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/Velocity_Obs_Process.xml"/>
17          <!-- Observable is a composite containing all data for now  -->
18          <om:observedProperty>
19             <swe:CompositePhenomenon gml:id="VELOCITY_ALL" dimension="15">
20                <gml:description>All Velocity Mesasurements with bad data and QC flags included</gml:description>
21                <gml:name>ADCP_Velocity</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/waveHeightAll"/>
27                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
28                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
29                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
30                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
31                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
32                <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
33                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
34                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
35                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
36                <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
37                <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
38             </swe:CompositePhenomenon>
39          </om:observedProperty>
40          <!-- Feature Of Interest -->
41          <om:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
42          <!-- Result Structure and Encoding -->
43          <om:result>
44             <swe:DataArray>
45                <swe:elementCount>
46                   <swe:Count>
47                      <swe:value></swe:value>   
48                   </swe:Count>
49                </swe:elementCount>
50                <swe:elementType name="acdpObs">
51                   <swe:DataRecord>
52                      <swe:field name="sysInfo">
53                         <swe:DataRecord>
54                            <swe:field name="time">
55                               <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
56                            </swe:field>
57                            <swe:field name="lat">
58                               <swe:Quantity definition="urn:ogc:def:property:latitude">
59                                  <swe:uom code="deg"/>
60                               </swe:Quantity>
61                            </swe:field>
62                            <swe:field name="lon">
63                               <swe:Quantity definition="urn:ogc:def:property:longitude">
64                                  <swe:uom code="deg"/>
65                               </swe:Quantity>
66                            </swe:field>
67                            <swe:field name="depth">
68                               <swe:Quantity definition="urn:Q2O:def:property::depth">
69                                  <swe:uom code="m"/>
70                               </swe:Quantity>
71                            </swe:field>
72                         </swe:DataRecord>
73                      </swe:field>
74                      
75                      <swe:field name="velocityObsChainOutputs">
76                         <swe:DataRecord>
77                            <swe:field name="waveHeightAll">
78                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightAll">
79                                  <swe:uom code="cm"></swe:uom>
80                               </swe:Quantity>
81                            </swe:field>
82                            <swe:field name="swell">
83                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swell">
84                                  <swe:uom code="cm"></swe:uom>
85                               </swe:Quantity>
86                            </swe:field>
87                            <swe:field name="windWaves">
88                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaves">
89                                  <swe:uom code="cm"></swe:uom>
90                               </swe:Quantity>
91                            </swe:field>
92                            <swe:field name="wavePeriodAll">
93                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodAll">
94                                  <swe:uom code="s"></swe:uom>
95                               </swe:Quantity>
96                            </swe:field>
97                            <swe:field name="swellPeriod">
98                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellPeriod">
99                                  <swe:uom code="s"></swe:uom>
100                               </swe:Quantity>
101                            </swe:field>
102                            <swe:field name="windPeriod">
103                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windPeriod">
104                                  <swe:uom code="s"></swe:uom>
105                               </swe:Quantity>
106                            </swe:field>
107                            <swe:field name="dominantWaveDirection">
108                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/dominantWaveDirection">
109                                  <swe:uom code="deg"/>
110                               </swe:Quantity>
111                            </swe:field>
112                            <swe:field name="swellDirection">
113                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellDirection">
114                                  <swe:uom code="deg"/>
115                               </swe:Quantity>
116                            </swe:field>
117                            <swe:field name="windWaveDirection">
118                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaveDirection">
119                                  <swe:uom code="deg"/>
120                               </swe:Quantity>
121                            </swe:field>
122                            <swe:field name="topBinHeight">
123                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
124                                  <swe:uom code="cm"/>
125                               </swe:Quantity>
126                            </swe:field>
127                            <swe:field name="bottomBinHeight">
128                               <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/bottomBinHeight">
129                                  <swe:uom code="cm"/>
130                               </swe:Quantity>
131                            </swe:field>
132                         </swe:DataRecord>
133                      </swe:field>
134                      
135                      <swe:field name="aggregateVelocityFlag">
136                         <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag">
137                            <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
138                         </swe:Category>
139                      </swe:field>
140                      
141                   </swe:DataRecord>
142                </swe:elementType>
143                <swe:encoding>
144                   <swe:TextBlock decimalSeparator="." tokenSeparator="," blockSeparator=" "/>
145                </swe:encoding>
146                <!-- Result Values -->
147                <swe:values/>
148             </swe:DataArray>
149          </om:result>
150       </om:Observation>
151    </om:member>
152 </om:ObservationCollection>
Note: See TracBrowser for help on using the browser.