Changeset 220

Show
Ignore:
Timestamp:
07/01/08 15:47:46
Author:
jcothran
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • docs/usc/docs/schemas/obskml.xml.txt

    r219 r220  
    1515     carocoops.CAP1.buoy.air_temperature.celsius.1 
    1616     carocoops.CAP1.buoy.water_temperature.celsius.1 
     17      
     18     sOrder (sensor Order) allows for redundant or profiling sensors(ADCP's,etc) of the same obsType.uomType to be articulated 
    1719--> 
    1820 
     
    2527    <description>An html table derived from the obs kml metadata tags might be displayed here</description> 
    2628    <Point> 
    27       <coordinates>-79.68,32.86,0</coordinates> 
     29      <coordinates>-79.68,32.86</coordinates> 
    2830    </Point> 
    2931    <TimeStamp><when>2007-01-15T14:00:00</when></TimeStamp> 
     
    3638      <uomType>celsius</uomType> <!-- key id field --> 
    3739      <value>21</value> 
    38       <elev>3</elev> 
     40       
     41      <elev>3</elev> <!-- elevation assumed unit meters above height(+) or below depth(-) MSL, this would also be the 'average' height/depth for tidally influenced sources --> 
    3942    </obs> 
    4043 
  • docs/usc/docs/schemas/secoora_dsi_1.0.xml.txt

    r218 r220  
    4646  <url>http://carocoops.org</url> 
    4747  <description>Carolinas Coastal Ocean Observing and Prediction System</description> 
     48  <contact /> 
    4849</organization> 
    4950 
     
    6061          <fixed_longitude></fixed_longitude> 
    6162          <fixed_latitude></fixed_latitude> 
     63           
     64          <format_category>fixed-point</format_category> 
     65           
     66          <!-- follows secoora netcdf convention for valid fields 
     67          fixed-point           (buoy, tower) 
     68          moving-point-2D       (ship, floating drifter) 
     69          moving-point-3D       (sea glider, towed undulating vehicle, aircraft) 
     70          fixed-profiler        (wind profiler, ADCP) 
     71          moving-profiler       (ship-mounted ADCP, CTD surveys) 
     72          fixed-map             (HF Radar surface, satellite imagery) 
     73          --> 
     74 
    6275          <obsList> 
    6376            <obs> 
     
    6679            <obsType>water_pressure</obsType> <!-- key id field --> 
    6780            <uomType>dbar</uomType> <!-- key id field --> 
    68             <elev>-1</elev> <!-- elevation assumed unit meters above height(+) or below depth(-) MSL --> 
     81            <elev>-1</elev> <!-- elevation assumed unit meters above height(+) or below depth(-) MSL, this would also be the 'average' height/depth for tidally influenced sources --> 
    6982            <sOrder>1</sOrder> <!-- key id field --> 
    7083