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

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

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

--

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:documentation>
15                 <sml:Document>
16                     <gml:description>Dean, R.G. and R. A. Dalrymple, 1984. Water Wave Mechanics for Engineers
17                                      and Scientists, Englewood Cliffs, N.J., Prentice-Hall, Inc., 353 pp.</gml:description>
18                 </sml:Document>
19             </sml:documentation>
20             <sml:inputs>
21                 <sml:InputList>
22                     <sml:input name="PressureTimeSeries">
23                         <swe:DataArray>
24                             <swe:elementCount>
25                                 <swe:Count/>
26                             </swe:elementCount>
27                             <swe:elementType name="Pressure">
28                                 <swe:Quantity definition="urn:ogc:property:OGC:pressure">
29                                     <swe:uom code="mbar"></swe:uom>
30                                 </swe:Quantity>
31                             </swe:elementType>
32                         </swe:DataArray>
33                     </sml:input>
34                     <sml:input name="VelocityTimeSeries">
35                         <swe:DataArray>
36                             <swe:elementCount>
37                                 <swe:Count/>
38                             </swe:elementCount>
39                             <swe:elementType name="Velocity">
40                                 <swe:Quantity definition="urn:ogc:property:OGC:velocity">
41                                     <swe:uom code="cm/s"></swe:uom>
42                                 </swe:Quantity>
43                             </swe:elementType>
44                         </swe:DataArray>
45                     </sml:input>
46                 </sml:InputList>
47             </sml:inputs>
48             <sml:outputs>
49                 <sml:OutputList>
50                     <sml:output name="dominantWaveDirection">
51                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
52                             <swe:uom code="deg"></swe:uom>
53                         </swe:Quantity>
54                     </sml:output>
55                     <sml:output name="swellDirection">
56                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
57                             <swe:uom code="deg"></swe:uom>
58                         </swe:Quantity>
59                     </sml:output>
60                     <sml:output name="windWaveDirection">
61                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
62                             <swe:uom code="deg"></swe:uom>
63                         </swe:Quantity>
64                     </sml:output>
65                 </sml:OutputList>
66             </sml:outputs>
67             <sml:parameters></sml:parameters>   <!--  TODO -->
68             <sml:components></sml:components>   <!--  TODO -->
69             <sml:connections></sml:connections> <!--  TODO -->
70         </sml:ProcessChain>
71     </sml:member>
72 </sml:SensorML>
Note: See TracBrowser for help on using the browser.