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

root/q2o/sos_adcp/trunk/sos_adcp/Velocity_Obs_Process.xml

Revision 437 (checked in by jfredericks, 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="Velocity_Obs_Process">
10             <gml:description>Process Chain for generating Velocity-derived wave parameters
11                 from time series of data that has undergone QA/QC processing</gml:description>
12             <gml:name>Velocity Observable Chain</gml:name>
13             <sml:documentation>
14                 <sml:Document>
15                     <gml:description>
16                         IAHR working group on wave generation and analysis, 1989. List of sea state parameters. Journal of Waterway, Port, Coastal and Ocean Engineering 115 6, pp. 793-808.
17                         </gml:description>
18                 </sml:Document>
19             </sml:documentation>
20             <sml:classification>
21                 <sml:ClassifierList>
22                     <sml:classifier name="processType">
23                         <sml:Term definition="http://mmisw.org/ont/mvco/process">
24                             <sml:value>http://mmisw.org/ont/mvco/process/VelocityObsProcess</sml:value>
25                         </sml:Term>
26                     </sml:classifier>
27                 </sml:ClassifierList>
28             </sml:classification>
29            
30             <sml:inputs>
31                 <sml:InputList>
32                     <sml:input name="interpolatedVelocityTimeSeries">
33                         <swe:DataArray>
34                             <swe:elementCount>
35                                 <swe:Count>
36                                     <swe:value>2400</swe:value>
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:input name="intepolatedPressureTimeSeries">
47                         <swe:DataArray>
48                             <swe:elementCount>
49                                 <swe:Count>
50                                     <swe:value>2400</swe:value>
51                                 </swe:Count>
52                             </swe:elementCount>
53                             <swe:elementType name="Pressure">
54                                 <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure">
55                                     <swe:uom code="cm"></swe:uom>
56                                 </swe:Quantity>
57                             </swe:elementType>
58                         </swe:DataArray>
59                     </sml:input>
60                 </sml:InputList>
61             </sml:inputs>
62            
63             <sml:outputs>
64                 <sml:OutputList>
65                     <sml:output name="waveHeightAll">
66                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightAll">
67                             <swe:uom code="cm"></swe:uom>
68                         </swe:Quantity>
69                     </sml:output>
70                     <sml:output name="swell">
71                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swell">
72                             <swe:uom code="cm"></swe:uom>
73                         </swe:Quantity>
74                     </sml:output>
75                     <sml:output name="windWaves">
76                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaves">
77                             <swe:uom code="cm"></swe:uom>
78                         </swe:Quantity>
79                     </sml:output>
80                     <sml:output name="wavePeriodAll">
81                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodAll">
82                             <swe:uom code="s"></swe:uom>
83                         </swe:Quantity>
84                     </sml:output>
85                     <sml:output name="swellPeriod">
86                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellPeriod">
87                             <swe:uom code="s"></swe:uom>
88                         </swe:Quantity>
89                     </sml:output>
90                     <sml:output name="windPeriod">
91                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windPeriod">
92                             <swe:uom code="s"></swe:uom>
93                         </swe:Quantity>
94                     </sml:output>
95                     <sml:output name="dominantWaveDirection">
96                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/dominantWaveDirection">
97                             <swe:uom code="deg"/>
98                         </swe:Quantity>
99                     </sml:output>
100                     <sml:output name="swellDirection">
101                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellDirection">
102                             <swe:uom code="deg"/>
103                         </swe:Quantity>
104                     </sml:output>
105                     <sml:output name="windWaveDirection">
106                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaveDirection">
107                             <swe:uom code="deg"/>
108                         </swe:Quantity>
109                     </sml:output>
110                     <sml:output name="topBinHeight">
111                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
112                             <swe:uom code="cm"/>
113                         </swe:Quantity>
114                     </sml:output>
115                     <sml:output name="bottomBinHeight">
116                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
117                             <swe:uom code="cm"/>
118                         </swe:Quantity>
119                     </sml:output>
120                 </sml:OutputList>
121             </sml:outputs>
122            
123             <!-- TODO: Expand components and connections to reflect actual processing, if desired -->
124             <sml:parameters></sml:parameters>   
125             <sml:components></sml:components> 
126             <sml:connections></sml:connections> 
127         </sml:ProcessChain>
128     </sml:member>
129 </sml:SensorML>
130
Note: See TracBrowser for help on using the browser.