Observations
IOOS® DIF Station List
Sensor Observation Service
Web Coverage Service
Web Map Service
Program Info
About NDBC
Met/Ocean
Moored Buoy
C-MAN
TAO
DART
VOS
CSP
IOOS® DAC
FAQ
Contact Us
Links

|
 |
PROTOTYPE IOOSŪ Sensor Observation Service (SOS)
Link to SOS server:
Available Functions:
- GetCapabilities - This function returns metadata about this service.
(Not fully implemented.) Parameters include:
- request = GetCapabilities
- service = SOS
- DescribeSensor - This function returns detailed sensor charactertistics.
(Not fully implemented. Only returns position at this time.) Parameters include:
- request = DescribeSensor
- OutputFormat = text/xml;subtype="sensorML/1.0.0"
- procedure = urn of sensor to describe (see procedure in GetCapabilities response)
- service = SOS
- version = 1.0.0
- GetObservation - This function returns observation data of the specified type for the stations within the specified start and stop dates.
(Not fully implemented - Collections are not available for currents.) Parameters include:
- request = GetObservation
- service = SOS
- version = 1.0.0
- offering = urn:x-noaa:def:station:noaa.nws.ndbc::<station ID> for single station or urn:x-noaa:def:network:noaa.nws.ndbc::all for use with collections. Other networks may be added in the future.
- observedproperty = one of the following:
- Currents
- Salinity
- WaterLevel
- WaterTemperature
- Waves
- Winds
- responseformat = one of the following:
- text/xml;schema="ioos/0.6.1"
- application/ioos+xml;version=0.6.1
- eventtime (optional parameter) = <DateTime or DateTime1/DateTime2>
- DateTime is formatted as 2008-06-04-T00:00:00Z or 2008-06-04-T00:00Z. At this time, only the seconds are optional.
- When this parameter is omitted, the most recent observation is returned.
- featureofinterest (optional parameter) = one of the following:
- A bounding box coded as: BBOX:<min_lon>,<min_lat>,<max_lon>,<max_lat>
- A named feature of interest from the getCapabilities response. NDBC currently supports only DART® (tsunami event) features of interest. You can view data from these named features of interest on the Feature of Interest Demonstration Page.
Sample Requests
GetCapabilities
DescribeSensor
Water Level
- Single Station Requests
- Collection Requests
Water Temperature
- Single Station Requests
- Collection Requests
Salinity
- Single Station Requests
- Collection Requests
Winds
- Single Station Requests
- Collection Requests
Waves
- Single Station Requests
- Collection Requests
Ocean Currents
- Single Station Requests
- Collection Requests - Collections are now available for ocean currents data on a limited basis. Our system is capable of rendering currents data for 5-7 stations and one days worth of data. We are working to improve our services and will provide updates as soon as possible.
Sample page using XSL
There is a sample page which fetches the most recent ocean currents observation for a given station via a GET method and transforms the XML via XSL to HTML for display in the browser. Some sample links are:
Station List
IOOS® DIF Station List
PowerPoint Presentation
NDBC presentation on IOOS® DIF SOS project
Alternate Data Access
Access data via map
Access data via KML (Temporary Demo)
|