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

root/q2o/sos_adcp/trunk/sos_adcp/DataGapTest.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 <SensorML xmlns="http://www.opengis.net/sensorML/1.0"
3     xmlns:swe="http://www.opengis.net/swe/1.0" xmlns:gml="http://www.opengis.net/gml"
4     xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0 http://schemas.opengis.net/sensorML/1.0.0/sensorML.xsd"
6     version="1.0">
7     <member xlink:role="urn:x-ogc:def:sensor:OGC:processModel">
8         <ProcessModel gml:id="DataGapTest">
9             <gml:description></gml:description>
10             <gml:name>DataGapTest</gml:name>
11             <classification>
12                 <ClassifierList>
13                     <classifier name="processType">
14                         <Term definition="http://mmisw.org/ont/q2o/test">
15                             <value>http://mmisw.org/ont/q2o/test/dataGapTest</value>
16                         </Term>
17                     </classifier>
18                 </ClassifierList>
19             </classification>
20            
21             <inputs>
22                 <InputList>
23                     <input name="timeSeries">
24                         <swe:DataArray>
25                             <swe:elementCount>
26                                 <swe:Count>
27                                     <swe:value>2400</swe:value>
28                                 </swe:Count>
29                             </swe:elementCount>
30                             <swe:elementType name="TimeSeries">
31                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
32                             </swe:elementType>
33                         </swe:DataArray>                           
34                     </input>
35                 </InputList>
36             </inputs>
37            
38             <outputs>
39                 <OutputList>
40                     <output name="timeSeries">
41                         <swe:DataArray>
42                             <swe:elementCount>
43                                 <swe:Count>
44                                     <swe:value>2400</swe:value>
45                                 </swe:Count>
46                             </swe:elementCount>
47                             <swe:elementType name="TimeSeries">
48                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
49                             </swe:elementType>
50                         </swe:DataArray>
51                     </output>
52                     <output name="dataGapFlag">
53                         <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/dataGapFlag">
54                             <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
55                         </swe:Category>
56                     </output>
57                 </OutputList>
58             </outputs>
59            
60             <parameters>
61                 <ParameterList>
62                     <parameter name="dataGapParams">
63                         <swe:DataRecord>
64                             <swe:field name="maxGap">
65                                 <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/numberOfPoints"/>
66                             </swe:field>
67                             <swe:field name="maxNumberOfGaps">
68                                 <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/numberOfGaps"/>
69                             </swe:field>
70                         </swe:DataRecord>
71                     </parameter>
72                 </ParameterList>
73             </parameters>
74             <method xlink:href="urn:_:Q2O:method:dataGapTest"/> <!-- TODO -->
75         </ProcessModel>
76     </member>
77 </SensorML>
Note: See TracBrowser for help on using the browser.