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

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

Revision 394 (checked in by haines, 13 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="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>Pressure Observable Chain</gml:name>
13             <sml:classification>
14                 <sml:ClassifierList>
15                     <sml:classifier name="processType">
16                         <sml:Term definition="http://mmisw.org/ont/q2o/test/QcCategory">
17                             <sml:codeSpace xlink:href="http://mmisw.org/ont/q2o/test/QcCategory"/>
18                             <sml:value>http://mmisw.org/ont/MVCO/20081118T002151/process/Velocity_Obs_Process</sml:value>
19                         </sml:Term>
20                     </sml:classifier>
21                 </sml:ClassifierList>
22             </sml:classification>
23            
24             <sml:inputs>
25                 <sml:InputList>
26                     <sml:input name="interpolatedVelocityTimeSeries">
27                         <swe:DataArray>
28                             <swe:elementCount>
29                                 <swe:Count>
30                                     <swe:value>2400</swe:value>
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:input name="intepolatedPressureTimeSeries">
41                         <swe:DataArray>
42                             <swe:elementCount>
43                                 <swe:Count>
44                                     <swe:value>2400</swe:value>
45                                 </swe:Count>
46                             </swe:elementCount>
47                             <swe:elementType name="Pressure">
48                                 <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure">
49                                     <swe:uom code="cm"></swe:uom>
50                                 </swe:Quantity>
51                             </swe:elementType>
52                         </swe:DataArray>
53                     </sml:input>
54                 </sml:InputList>
55             </sml:inputs>
56            
57             <sml:outputs>
58                 <sml:OutputList>
59                     <sml:output name="waveHeightAll">
60                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightAll">
61                             <swe:uom code="cm"></swe:uom>
62                         </swe:Quantity>
63                     </sml:output>
64                     <sml:output name="swell">
65                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swell">
66                             <swe:uom code="cm"></swe:uom>
67                         </swe:Quantity>
68                     </sml:output>
69                     <sml:output name="windWaves">
70                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaves">
71                             <swe:uom code="cm"></swe:uom>
72                         </swe:Quantity>
73                     </sml:output>
74                     <sml:output name="wavePeriodAll">
75                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodAll">
76                             <swe:uom code="s"></swe:uom>
77                         </swe:Quantity>
78                     </sml:output>
79                     <sml:output name="swellPeriod">
80                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellPeriod">
81                             <swe:uom code="s"></swe:uom>
82                         </swe:Quantity>
83                     </sml:output>
84                     <sml:output name="windPeriod">
85                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windPeriod">
86                             <swe:uom code="s"></swe:uom>
87                         </swe:Quantity>
88                     </sml:output>
89                     <sml:output name="dominantWaveDirection">
90                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/dominantWaveDirection">
91                             <swe:uom code="deg"/>
92                         </swe:Quantity>
93                     </sml:output>
94                     <sml:output name="swellDirection">
95                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/swellDirection">
96                             <swe:uom code="deg"/>
97                         </swe:Quantity>
98                     </sml:output>
99                     <sml:output name="windWaveDirection">
100                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/windWaveDirection">
101                             <swe:uom code="deg"/>
102                         </swe:Quantity>
103                     </sml:output>
104                     <sml:output name="topBinHeight">
105                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
106                             <swe:uom code="cm"/>
107                         </swe:Quantity>
108                     </sml:output>
109                     <sml:output name="bottomBinHeight">
110                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/topBinHeight">
111                             <swe:uom code="cm"/>
112                         </swe:Quantity>
113                     </sml:output>
114                 </sml:OutputList>
115             </sml:outputs>
116            
117             <!-- TODO: Expand components and connections to reflect actual processing, if desired -->
118             <sml:parameters></sml:parameters>   
119             <sml:components></sml:components> 
120             <sml:connections></sml:connections> 
121         </sml:ProcessChain>
122     </sml:member>
123 </sml:SensorML>
124
Note: See TracBrowser for help on using the browser.