Changeset 220
- Timestamp:
- 07/01/08 15:47:46
- Files:
-
- docs/usc/docs/schemas/obskml.xml.txt (modified) (3 diffs)
- docs/usc/docs/schemas/secoora_dsi_1.0.xml.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/usc/docs/schemas/obskml.xml.txt
r219 r220 15 15 carocoops.CAP1.buoy.air_temperature.celsius.1 16 16 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 17 19 --> 18 20 … … 25 27 <description>An html table derived from the obs kml metadata tags might be displayed here</description> 26 28 <Point> 27 <coordinates>-79.68,32.86 ,0</coordinates>29 <coordinates>-79.68,32.86</coordinates> 28 30 </Point> 29 31 <TimeStamp><when>2007-01-15T14:00:00</when></TimeStamp> … … 36 38 <uomType>celsius</uomType> <!-- key id field --> 37 39 <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 --> 39 42 </obs> 40 43 docs/usc/docs/schemas/secoora_dsi_1.0.xml.txt
r218 r220 46 46 <url>http://carocoops.org</url> 47 47 <description>Carolinas Coastal Ocean Observing and Prediction System</description> 48 <contact /> 48 49 </organization> 49 50 … … 60 61 <fixed_longitude></fixed_longitude> 61 62 <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 62 75 <obsList> 63 76 <obs> … … 66 79 <obsType>water_pressure</obsType> <!-- key id field --> 67 80 <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 --> 69 82 <sOrder>1</sOrder> <!-- key id field --> 70 83
