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

root/q2o/sos_adcp/trunk/sos_adcp/PUV_Analysis.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="PUV_Analysis">
10             <gml:description>Process Chain for generating Pressure and horizontal velocity-derived
11                 wave parameters from time series of data that has undergone
12                 QA/QC processing</gml:description>
13             <gml:name>PUV Analysis Process</gml:name>
14             <sml:classification>
15                 <sml:ClassifierList>
16                     <sml:classifier name="processType">
17                         <sml:Term>
18                             <sml:codeSpace xlink:href="http://mmisw.org/ont/mvco/test"/>
19                             <sml:value>http://mmisw.org/ont/mvco/test/PUV_Analysis</sml:value>
20                         </sml:Term>
21                     </sml:classifier>
22                 </sml:ClassifierList>
23             </sml:classification>
24             <sml:documentation>
25                 <sml:Document>
26                     <gml:description>E. Terray (eterray@whoi.edu) - using coSpectra of pressure and horizontal velocity
27                                     </gml:description>
28                 </sml:Document>
29             </sml:documentation>
30             <sml:inputs>
31                 <sml:InputList>
32                     <sml:input name="PressureTimeSeries">
33                         <swe:DataArray>
34                             <swe:elementCount>
35                                 <swe:Count/>
36                             </swe:elementCount>
37                             <swe:elementType name="Pressure">
38                                 <swe:Quantity definition="urn:ogc:property:OGC:pressure">
39                                     <swe:uom code="mbar"></swe:uom>
40                                 </swe:Quantity>
41                             </swe:elementType>
42                         </swe:DataArray>
43                     </sml:input>
44                     <sml:input name="VelocityTimeSeries">
45                         <swe:DataArray>
46                             <swe:elementCount>
47                                 <swe:Count/>
48                             </swe:elementCount>
49                             <swe:elementType name="Velocity">
50                                 <swe:Quantity definition="urn:ogc:property:OGC:velocity">
51                                     <swe:uom code="cm/s"></swe:uom>
52                                 </swe:Quantity>
53                             </swe:elementType>
54                         </swe:DataArray>
55                     </sml:input>
56                 </sml:InputList>
57             </sml:inputs>
58             <sml:outputs>
59                 <sml:OutputList>
60                     <sml:output name="dominantWaveDirection">
61                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
62                             <swe:uom code="deg"></swe:uom>
63                         </swe:Quantity>
64                     </sml:output>
65                     <sml:output name="swellDirection">
66                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
67                             <swe:uom code="deg"></swe:uom>
68                         </swe:Quantity>
69                     </sml:output>
70                     <sml:output name="windWaveDirection">
71                         <swe:Quantity definition="urn:ogc:property:OGC:angle">
72                             <swe:uom code="deg"></swe:uom>
73                         </swe:Quantity>
74                     </sml:output>
75                 </sml:OutputList>
76             </sml:outputs>
77             <sml:parameters></sml:parameters>   <!--  TODO -->
78             <sml:components></sml:components>   <!--  TODO -->
79             <sml:connections></sml:connections> <!--  TODO -->
80         </sml:ProcessChain>
81     </sml:member>
82 </sml:SensorML>
Note: See TracBrowser for help on using the browser.