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

root/q2o/sos_adcp/trunk/sos_adcp/PUV_Analysis.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 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
5     xmlns:xlink="http://www.w3.org/1999/xlink"
6     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
7     version="1.0.1">
8     <sml:member xlink:href="">
9         <sml:ProcessChain gml:id="Vel_QC_Chain">
10             <gml:description>Process Chain for ADCP data</gml:description>
11             <gml:name>Velocity QC Chain</gml:name>
12             <sml:inputs>
13                 <sml:InputList>
14                     <sml:input name="PressureTimeSeries">
15                         <swe:DataArray>
16                             <swe:elementCount>
17                                 <swe:Count/>
18                             </swe:elementCount>
19                             <swe:elementType name="Pressure">
20                                 <swe:Quantity definition="urn:ogc:property:OGC:pressure">
21                                     <swe:uom code="mbar"></swe:uom>
22                                 </swe:Quantity>
23                             </swe:elementType>
24                         </swe:DataArray>
25                     </sml:input>
26                     <sml:input name="VelocityTimeSeries">
27                         <swe:DataArray>
28                             <swe:elementCount>
29                                 <swe:Count/>
30                             </swe:elementCount>
31                             <swe:elementType name="Velocity">
32                                 <swe:Quantity definition="urn:ogc:property:OGC:velocity">
33                                     <swe:uom code="cm/s"></swe:uom>
34                                 </swe:Quantity>
35                             </swe:elementType>
36                         </swe:DataArray>
37                     </sml:input>
38                 </sml:InputList>
39             </sml:inputs>
40             <sml:outputs>
41                 <sml:OutputList>
42                     <sml:output name="dominantWaveDirection">
43                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
44                             <swe:uom code="deg"></swe:uom>
45                         </swe:Quantity>
46                     </sml:output>
47                     <sml:output name="swellDirection">
48                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
49                             <swe:uom code="deg"></swe:uom>
50                         </swe:Quantity>
51                     </sml:output>
52                     <sml:output name="windWaveDirection">
53                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
54                             <swe:uom code="deg"></swe:uom>
55                         </swe:Quantity>
56                     </sml:output>
57                 </sml:OutputList>
58             </sml:outputs>
59             <sml:parameters></sml:parameters>   <!--  TODO -->
60             <sml:components></sml:components>   <!--  TODO -->
61             <sml:connections></sml:connections> <!--  TODO -->
62         </sml:ProcessChain>
63     </sml:member>
64 </sml:SensorML>
Note: See TracBrowser for help on using the browser.