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

root/q2o/sos_adcp/trunk/sos_adcp/PUV_Analysis.xml

Revision 424 (checked in by tcook, 13 years ago)

Multiple updates for IOOS DIF demo

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>
9         <sml:ProcessChain gml:id="PUV_Analysis">
10             <gml:description>Process Chain for generating Pressure and horizontal velocity-derived
11                 wave parameters from time series of data that has undergone
12                 QA/QC processing</gml:description>
13             <gml:name>PUV Analysis Process</gml:name>
14             <sml:inputs>
15                 <sml:InputList>
16                     <sml:input name="PressureTimeSeries">
17                         <swe:DataArray>
18                             <swe:elementCount>
19                                 <swe:Count/>
20                             </swe:elementCount>
21                             <swe:elementType name="Pressure">
22                                 <swe:Quantity definition="urn:ogc:property:OGC:pressure">
23                                     <swe:uom code="mbar"></swe:uom>
24                                 </swe:Quantity>
25                             </swe:elementType>
26                         </swe:DataArray>
27                     </sml:input>
28                     <sml:input name="VelocityTimeSeries">
29                         <swe:DataArray>
30                             <swe:elementCount>
31                                 <swe:Count/>
32                             </swe:elementCount>
33                             <swe:elementType name="Velocity">
34                                 <swe:Quantity definition="urn:ogc:property:OGC:velocity">
35                                     <swe:uom code="cm/s"></swe:uom>
36                                 </swe:Quantity>
37                             </swe:elementType>
38                         </swe:DataArray>
39                     </sml:input>
40                 </sml:InputList>
41             </sml:inputs>
42             <sml:outputs>
43                 <sml:OutputList>
44                     <sml:output name="dominantWaveDirection">
45                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
46                             <swe:uom code="deg"></swe:uom>
47                         </swe:Quantity>
48                     </sml:output>
49                     <sml:output name="swellDirection">
50                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
51                             <swe:uom code="deg"></swe:uom>
52                         </swe:Quantity>
53                     </sml:output>
54                     <sml:output name="windWaveDirection">
55                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
56                             <swe:uom code="deg"></swe:uom>
57                         </swe:Quantity>
58                     </sml:output>
59                 </sml:OutputList>
60             </sml:outputs>
61             <sml:parameters></sml:parameters>   <!--  TODO -->
62             <sml:components></sml:components>   <!--  TODO -->
63             <sml:connections></sml:connections> <!--  TODO -->
64         </sml:ProcessChain>
65     </sml:member>
66 </sml:SensorML>
Note: See TracBrowser for help on using the browser.