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

root/q2o/sos_adcp/trunk/sos_adcp/PointsGoodTest.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="PointsGoodTest">
9             <gml:description>This test is based on performaing a set of time series tests and a summation
10                              of the number of points accepted in the time series.  If the number of points
11                              passed (accepted) divided by the number of points in a time series is greater
12                              or equal to the minimum percentage, then the test passes.</gml:description>
13             <gml:name>PointsGoodTest</gml:name>
14             <classification>
15                 <ClassifierList>
16                     <classifier name="processType">
17                         <Term definition="http://mmisw.org/ont/q2o/test">
18                             <value>http://mmisw.org/ont/q2o/test/pointsGoodTest</value>
19                         </Term>
20                     </classifier>
21                 </ClassifierList>
22             </classification>
23             <inputs>
24                 <InputList>
25                     <input name="value">
26                         <swe:Quantity/>                           
27                     </input>
28                 </InputList>
29             </inputs>
30             <outputs>
31                 <OutputList>
32                     <output name="pass">
33                         <swe:Boolean definition="http://mmisw.org/ont/q2o/flag/pass"/>
34                     </output>
35                 </OutputList>
36             </outputs>
37             <parameters>
38                 <ParameterList>
39                     <parameter name="minimumPercent">
40                         <swe:Count definition="http://mmisw.org/ont/q2o/parameter/percentageOfPoints"/>
41                     </parameter>
42                 </ParameterList>
43             </parameters>
44             <method xlink:href="urn:_:Q2O:method:PointsGoodTest"/>
45         </ProcessModel>
46     </member>
47 </SensorML>
Note: See TracBrowser for help on using the browser.