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

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