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

root/q2o/sos_adcp/trunk/sos_adcp/Pressure_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="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 definition="http://mmisw.org/ont/mvco/process">
23                             <sml:value>http://mmisw.org/ont/mvco/process/PressureObsProcess</sml:value>
24                         </sml:Term>
25                     </sml:classifier>
26                 </sml:ClassifierList>
27             </sml:classification>
28            
29             <sml:inputs>
30                 <sml:InputList>
31                     <sml:input name="intepolatedPressureTimeSeries">
32                         <swe:DataArray>
33                             <swe:elementCount>
34                                 <swe:Count>
35                                     <swe:value>2400</swe:value>
36                                 </swe:Count>
37                             </swe:elementCount>
38                             <swe:elementType name="Pressure">
39                                 <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/seaWaterPressure">
40                                     <swe:uom code="cm"></swe:uom>
41                                 </swe:Quantity>
42                             </swe:elementType>
43                         </swe:DataArray>
44                     </sml:input>
45                 </sml:InputList>
46             </sml:inputs>
47            
48             <sml:outputs>
49                 <sml:OutputList>
50                     <sml:output name="loCutoffFrequency">
51                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/loCutoffFrequency">
52                             <swe:uom code="Hz"></swe:uom>
53                         </swe:Quantity>
54                     </sml:output>
55                     <sml:output name="hiCutoffFrequency">
56                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency">
57                             <swe:uom code="Hz"></swe:uom>
58                         </swe:Quantity>
59                     </sml:output>
60                     <sml:output name="waveHeightFromPressure">
61                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure">
62                             <swe:uom code="cm"></swe:uom>
63                         </swe:Quantity>
64                     </sml:output>
65                     <sml:output name="wavePeriodFromPressure">
66                         <swe:Quantity definition="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure">
67                             <swe:uom code="s"></swe:uom>
68                         </swe:Quantity>
69                     </sml:output>
70                 </sml:OutputList>
71             </sml:outputs>
72            
73             <!-- TODO: Expand components and connections to reflect actual processing, if desired -->
74             <sml:parameters/> 
75             <sml:components/>   
76             <sml:connections/>
77         </sml:ProcessChain>
78     </sml:member>
79 </sml:SensorML>
80
Note: See TracBrowser for help on using the browser.