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

Changeset 430

Show
Ignore:
Timestamp:
02/21/11 18:02:44
Author:
tcook
Message:

Janet and T's changes for IOOS DIF demo of 2/18/2011

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • q2o/sos_adcp/trunk/sos_adcp/MinThresholdSeriesTest.xml

    r428 r430  
    6666            <components> 
    6767                <ComponentList> 
    68                     <component name="MinThresholdTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MinThresholdTest.xml"/> 
     68                    <component name="MinThresholdTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/MinThresholdTest.xml"/> 
    6969                </ComponentList> 
    7070            </components> 
  • q2o/sos_adcp/trunk/sos_adcp/MinThresholdTest.xml

    r428 r430  
    4242                </ParameterList> 
    4343            </parameters> 
    44             <!-- define method here or use href to point to external document --> 
    45             <method>  <!-- xlink:href="http://vast.uah.edu/SensorML/process/method/MinThresholdTestMethod.xml"> --> 
    46                 <ProcessMethod> 
    47                     <gml:description>This Method defines the simple MinThreshold test</gml:description> 
    48                     <contact> 
    49                         <ResponsibleParty> 
    50                             <individualName>Tony Cook</individualName> 
    51                             <organizationName>University of Alabama in Huntsville</organizationName> 
    52                             <positionName>Byte Juggler</positionName> 
    53                             <contactInfo> 
    54                                 <phone> 
    55                                     <voice>(512) 358-4848</voice> 
    56                                 </phone> 
    57                                 <address> 
    58                                     <electronicMailAddress>tcook@nsstc.uah.edu</electronicMailAddress> 
    59                                 </address> 
    60                             </contactInfo> 
    61                         </ResponsibleParty> 
    62                     </contact> 
    63                     <!-- <rules> - rules for inputs, params, and outputs- mandatory  --> 
    64                     <rules> 
    65                         <RulesDefinition> 
    66                             <gml:description>Input is a single decimal number.  Threshold is a single decimal number. 
    67                                              Output is a boolean, pass or fail.</gml:description> 
    68                             <!-- optional relaxNG doc for enforcing rules --> 
    69                             <relaxNG></relaxNG> 
    70                         </RulesDefinition> 
    71                     </rules> 
    72                     <!-- <algorithm> - textual and mathML descritption of the process- optional --> 
    73                     <algorithm> 
    74                         <AlgorithmDefinition> 
    75                             <gml:description> 
    76                                 Input Value passes if it's greater than thresholdValue 
    77                             </gml:description> 
    78                             <mathML xlink:href="http://server.edu/YourMathMLDoc.xml"/> 
    79                         </AlgorithmDefinition>                        
    80                     </algorithm> 
    81                     <!--  <implementation> - provides pointer to language-specific implementations of this method- optional  --> 
    82                     <implementation> 
    83                         <ImplementationCode language="java" version="1.0"> 
    84                             <sourceRef xlink:href="http://vast.uah.edu/SensorML/process/src/MinThresholdTest.java"/> 
    85                             <binaryRef xlink:href="http://vast.uah.edu/SensorML/process/bin/MinThresholdTest.class"/> 
    86                         </ImplementationCode> 
    87                     </implementation> 
    88                 </ProcessMethod> 
    89             </method> 
     44            <method xlink:href="urn:_:Q2O:method:thresholdCheck"/> 
    9045        </ProcessModel> 
    9146    </member> 
  • q2o/sos_adcp/trunk/sos_adcp/PUV_Analysis.xml

    r428 r430  
    2424            <sml:documentation> 
    2525                <sml:Document> 
    26                     <gml:description>Dean, R.G. and R. A. Dalrymple, 1984. Water Wave Mechanics for Engineers 
    27                                     and Scientists, Englewood Cliffs, N.J., Prentice-Hall, Inc., 353 pp.</gml:description> 
     26                    <gml:description>E. Terray (eterray@whoi.edu) - using coSpectra of pressure and horizontal velocity 
     27                                    </gml:description> 
    2828                </sml:Document> 
    2929            </sml:documentation> 
  • q2o/sos_adcp/trunk/sos_adcp/PointsGoodTest.xml

    r428 r430  
    4343                </ParameterList> 
    4444            </parameters> 
    45             <method xlink:href="urn:_:Q2O:method:pointsGoodTest"> 
    46                 <!-- TODO - fix this --> 
    47                 <ProcessMethod> 
    48                     <gml:description>This Method defines the simple MinThreshold test</gml:description> 
    49                     <contact></contact> 
    50                     <!-- rules for inoputs, params, and outputs- mandatory  --> 
    51                     <rules> 
    52                         <RulesDefinition> 
    53                             <gml:description>Input is a single decimal number.  Threshold is a single decimal number. 
    54                                 Output is a boolean, pass or fail.</gml:description> 
    55                             <!-- optional relaxNG doc for enforcing rules --> 
    56                             <relaxNG></relaxNG> 
    57                         </RulesDefinition> 
    58                     </rules> 
    59                     <!-- textual and mathML descritption of the process- optional --> 
    60                     <algorithm> 
    61                         <AlgorithmDefinition> 
    62                             <gml:description> 
    63                                 Input Value passes if it's greater than thresholdValue 
    64                             </gml:description> 
    65                             <mathML xlink:href="http://server.edu/YourMathMLDoc.xml"/> 
    66                         </AlgorithmDefinition>                        
    67                     </algorithm> 
    68                     <!--  implementation provides pointer to language-specific implementations of this method- optional  --> 
    69                     <implementation> 
    70                         <ImplementationCode language="java" framework="uah-dpf" version="1.0"> 
    71                             <sourceRef xlink:href="http://vast.uah.edu/SensorML/process/src/WindChill_Process.java"/> 
    72                             <binaryRef xlink:href="http://vast.uah.edu/SensorML/process/bin/WindChill_Process.class"/> 
    73                         </ImplementationCode> 
    74                     </implementation> 
    75                 </ProcessMethod> 
    76             </method> 
     45            <method xlink:href="urn:_:Q2O:method:PointsGoodTest"/> 
    7746        </ProcessModel> 
    7847    </member> 
  • q2o/sos_adcp/trunk/sos_adcp/Pressure_Obs_Process.xml

    r428 r430  
    1111                from time series of data that has undergone QA/QC processing</gml:description> 
    1212            <gml:name>Pressure Observable Chain</gml:name> 
     13            <sml:documentation> 
     14                <sml:Document> 
     15                    <gml:description>Dean, R.G. and R. A. Dalrymple, 1984. Water Wave Mechanics for Engineers 
     16                                     and Scientists, Englewood Cliffs, N.J., Prentice-Hall, Inc., 353 pp.</gml:description> 
     17                </sml:Document> 
     18            </sml:documentation> 
    1319            <sml:classification> 
    1420                <sml:ClassifierList> 
  • q2o/sos_adcp/trunk/sos_adcp/Pressure_QC_Chain.xml

    r428 r430  
    120120            <sml:components> 
    121121                <sml:ComponentList> 
    122                     <sml:component name="TimeSeriesChain" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/TimeSeriesChain.xml"/> 
     122                    <sml:component name="TimeSeriesChain" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/TimeSeriesChain.xml"/> 
    123123                </sml:ComponentList> 
    124124            </sml:components> 
  • q2o/sos_adcp/trunk/sos_adcp/RangeSeriesTest.xml

    r428 r430  
    77    <member xlink:role="urn:x-ogc:def:sensor:OGC:processModel"> 
    88        <ProcessChain gml:id="RangeSeriesTest"> 
    9             <gml:description></gml:description> 
     9            <gml:description>Checking for values in a time series and flagging them as bad if they fall outside the min/max parameters</gml:description> 
    1010            <gml:name>RangeSeriesTest</gml:name> 
    1111            <classification> 
     
    1313                    <classifier name="processType"> 
    1414                        <Term> 
    15                             <codeSpace xlink:href="http://mmisw.org/ont/mvco/test"/> 
    16                             <value>http://mmisw.org/ont/mvco/test/RangeSeriestTest</value> 
     15                            <codeSpace xlink:href="http://mmisw.org/ont/q2o/QcCategory"/> 
     16                            <value>http://mmisw.org/ont/mvco/test/rangeSeriesTest</value> 
    1717                        </Term> 
    1818                    </classifier> 
     
    6969            <components> 
    7070                <ComponentList> 
    71                     <component name="RangeTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RangeTest.xml"/> 
     71                    <component name="RangeTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/RangeTest.xml"/> 
    7272                </ComponentList> 
    7373            </components> 
  • q2o/sos_adcp/trunk/sos_adcp/RangeTest.xml

    r428 r430  
    4242                </ParameterList> 
    4343            </parameters> 
    44             <method xlink:href="urn:Q2O:method:RangeTest"> 
    45                 <ProcessMethod> 
    46                     <rules> 
    47                         <RulesDefinition></RulesDefinition> 
    48                     </rules> 
    49                     <algorithm> 
    50                         <AlgorithmDefinition></AlgorithmDefinition> 
    51                     </algorithm> 
    52                     <implementation> 
    53                         <ImplementationCode language=""> 
    54                         </ImplementationCode> 
    55                     </implementation> 
    56                 </ProcessMethod> 
    57             </method> 
     44            <method xlink:href="urn:Q2O:method:RangeTest"/> 
    5845        </ProcessModel> 
    5946    </member> 
  • q2o/sos_adcp/trunk/sos_adcp/SpikeTest.xml

    r428 r430  
    6969                <ComponentList> 
    7070                    <component name="computeStdDev" xlink:href="urn:MVCO:process:ComputeStdDev"/> 
    71                     <component name="minThresholdTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MinThresholdTest.xml"/> 
     71                    <component name="minThresholdTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/MinThresholdTest.xml"/> 
    7272                </ComponentList> 
    7373            </components> 
  • q2o/sos_adcp/trunk/sos_adcp/TimeSeriesChain.xml

    r428 r430  
    9999            <sml:components> 
    100100                <sml:ComponentList> 
    101                     <sml:component name="MinRecordLengthTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MinThresholdTest.xml"/>  
    102                     <sml:component name="DataGapTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/DataGapTest.xml"/> 
    103                     <sml:component name="RangeSeriesTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RangeSeriesTest.xml"/> 
    104                     <sml:component name="SpikeTest" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/SpikeTest.xml"/> 
    105                     <sml:component name="PercentPassed" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PointsGoodTest.xml"/> 
     101                    <sml:component name="MinRecordLengthTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/MinThresholdTest.xml"/>  
     102                    <sml:component name="DataGapTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/DataGapTest.xml"/> 
     103                    <sml:component name="RangeSeriesTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/RangeSeriesTest.xml"/> 
     104                    <sml:component name="SpikeTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/SpikeTest.xml"/> 
     105                    <sml:component name="PercentPassed" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/PointsGoodTest.xml"/> 
    106106                    <sml:component name="Interpolation" xlink:href="..."/> <!-- TODO --> 
    107107                </sml:ComponentList> 
  • q2o/sos_adcp/trunk/sos_adcp/Velocity_Obs_Process.xml

    r428 r430  
    1111                from time series of data that has undergone QA/QC processing</gml:description> 
    1212            <gml:name>Velocity Observable Chain</gml:name> 
     13            <sml:documentation> 
     14                <sml:Document> 
     15                    <gml:description> 
     16                        IAHR working group on wave generation and analysis, 1989. List of sea state parameters. Journal of Waterway, Port, Coastal and Ocean Engineering 115 6, pp. 793-808. 
     17                        </gml:description> 
     18                </sml:Document> 
     19            </sml:documentation> 
    1320            <sml:classification> 
    1421                <sml:ClassifierList> 
  • q2o/sos_adcp/trunk/sos_adcp/Velocity_QC_Chain.xml

    r428 r430  
    172172            <sml:components> 
    173173                <sml:ComponentList> 
    174                     <sml:component name="BeamIntensityCheck" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MinThresholdSeriesTest.xml"/> 
    175                     <sml:component name="CorrelationCoeffCheck" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RangeSeriesTest.xml"/> 
    176                     <sml:component name="TimeSeriesChain" xlink:href="http://vast.uah.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/TimeSeriesChain.xml"/> 
     174                    <sml:component name="BeamIntensityCheck" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/MinThresholdSeriesTest.xml"/> 
     175                    <sml:component name="CorrelationCoeffCheck" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/RangeSeriesTest.xml"/> 
     176                    <sml:component name="TimeSeriesChain" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/TimeSeriesChain.xml"/> 
    177177                </sml:ComponentList> 
    178178            </sml:components>