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

root/q2o/sos_adcp/trunk/sos_adcp/PUV_Analysis.xml

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

Added FlagOutliers?. More URL fixes

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