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

root/q2o/sos_adcp/trunk/sos_adcp/Pressure_Obs_Process.xml

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

Janet and T's changes for IOOS DIF demo of 2/18/2011

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="Pressure_Obs_Process">
10             <gml:description>Process Chain for generating Pressure-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:documentation>
14                 <sml:Document>
15                     <gml:description>Dean, R.G. and R. A. Dalrymple, 1984. Water Wave Mechanics for Engineers
16                                      and Scientists, Englewood Cliffs, N.J., Prentice-Hall, Inc., 353 pp.</gml:description>
17                 </sml:Document>
18             </sml:documentation>
19             <sml:classification>
20                 <sml:ClassifierList>
21                     <sml:classifier name="processType">
22                         <sml:Term>
23                         <sml:codeSpace xlink:href="http://mmisw.org/ont/mvco/test"/>
24                             <sml:value>http://mmisw.org/ont/mvco/test/PressureObsProcess</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="intepolatedPressureTimeSeries">
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="Pressure">
40                                 <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/seaWaterPressure">
41                                     <swe:uom code="cm"></swe:uom>
42                                 </swe:Quantity>
43                             </swe:elementType>
44                         </swe:DataArray>
45                     </sml:input>
46                 </sml:InputList>
47             </sml:inputs>
48            
49             <sml:outputs>
50                 <sml:OutputList>
51                     <sml:output name="loCutoffFrequency">
52                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/loCutoffFrequency">
53                             <swe:uom code="Hz"></swe:uom>
54                         </swe:Quantity>
55                     </sml:output>
56                     <sml:output name="hiCutoffFrequency">
57                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency">
58                             <swe:uom code="Hz"></swe:uom>
59                         </swe:Quantity>
60                     </sml:output>
61                     <sml:output name="waveHeightFromPressure">
62                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure">
63                             <swe:uom code="cm"></swe:uom>
64                         </swe:Quantity>
65                     </sml:output>
66                     <sml:output name="wavePeriodFromPressure">
67                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure">
68                             <swe:uom code="s"></swe:uom>
69                         </swe:Quantity>
70                     </sml:output>
71                 </sml:OutputList>
72             </sml:outputs>
73            
74             <!-- TODO: Expand components and connections to reflect actual processing, if desired -->
75             <sml:parameters/> 
76             <sml:components/>   
77             <sml:connections/>
78         </sml:ProcessChain>
79     </sml:member>
80 </sml:SensorML>
81
Note: See TracBrowser for help on using the browser.