Changeset 219

Show
Ignore:
Timestamp:
07/01/08 15:33:34
Author:
jcothran
Message:

--

Files:

Legend:

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

    r218 r219  
    77<!-- qc_level and qc_flag elements could be added with each obs to satisfy current qc reuirements --> 
    88 
     9<!-- key id fields form a unique named key to a platform_id and/or sensor_id collection of measurments on the database, in an associated obsKML file or elsewhere. 
     10        a string concatenation of platform fields(organization.platform.package) and sensor fields(obsType.uomType.sOrder) like 
     11        carocoops.FRP2.buoy.water_temperature.celsius.1 
     12         
     13     If sOrder is not specified it is defaulted to '1' so the full sensor path to the below two id's would be: 
     14      
     15     carocoops.CAP1.buoy.air_temperature.celsius.1 
     16     carocoops.CAP1.buoy.water_temperature.celsius.1 
     17--> 
     18 
    919<kml xmlns="http://earth.google.com/kml/2.1"> 
    1020<Document> 
     
    1222  <open>1</open> 
    1323  <Placemark id="carocoops.CAP1.buoy"> 
    14     <name>carocoops.CAP1.buoy</name>  <!-- the name field is the preferred element for capturing the platform_id (organization.platform.package) related fields --> 
     24    <name>carocoops.CAP1.buoy</name>  <!-- the name field is the preferred element for capturing the platform_id (organization.platform.package) related key id fields --> 
    1525    <description>An html table derived from the obs kml metadata tags might be displayed here</description> 
    1626    <Point> 
     
    2333 
    2434    <obs> 
    25       <obsType>air_temperature</obsType> 
    26       <uomType>celsius</uomType> 
     35      <obsType>air_temperature</obsType> <!-- key id field --> 
     36      <uomType>celsius</uomType> <!-- key id field --> 
    2737      <value>21</value> 
    2838      <elev>3</elev> 
     
    3040 
    3141    <obs> 
    32       <obsType>water_temperature</obsType> 
    33       <uomType>celsius</uomType> 
     42      <obsType>water_temperature</obsType> <!-- key id field --> 
     43      <uomType>celsius</uomType> <!-- key id field --> 
    3444      <value>16</value> 
    3545      <elev>-1</elev>