OCG ERDDAP
Easier Access To GOOS Data
| ?    
Brought to you by GOOS OCG    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  OSMC normalized observations from GTS Subscribe RSS
Institution:  OSMC   (Dataset ID: OSMC_Points)
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
 
   Maximum ?
 
 PLATFORM_CODE (Station ID) ?              
 time (UTC) ?              
 latitude (degrees_north) ?          -89    89
  < slider >
 longitude (degrees_east) ?          -180    180
  < slider >
 platform ?              
 parameter ?              
 OBSERVATION_VALUE ?              
 OBSERVATION_DEPTH ?              
 COUNTRY_NAME ?              
 organization_name ?              
 
Server-side Functions ?
 distinct() ?
? ("Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.")

File type: (more information)

(Documentation / Bypass this form ? )
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  PLATFORM_CODE {
    String ioos_category "Identifier";
    String long_name "Station ID";
  }
  time {
    String _CoordinateAxisType "Time";
    String axis "T";
    String ioos_category "Time";
    String long_name "Time";
    String standard_name "time";
    String time_origin "01-JAN-1970 00:00:00";
    String units "seconds since 1970-01-01T00:00:00Z";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float64 actual_range -89.0, 89.0;
    String axis "Y";
    String ioos_category "Location";
    String long_name "Latitude";
    String standard_name "latitude";
    String units "degrees_north";
  }
  longitude {
    String _CoordinateAxisType "Lon";
    Float64 actual_range -180.0, 180.0;
    String axis "X";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  platform {
    String ioos_category "Unknown";
  }
  parameter {
    String ioos_category "Unknown";
  }
  OBSERVATION_VALUE {
    String ioos_category "Unknown";
  }
  OBSERVATION_DEPTH {
    String cdm_altitude_proxy "observation_depth";
    String ioos_category "Location";
  }
  COUNTRY_NAME {
    String ioos_category "Statistics";
  }
  organization_name {
    String ioos_category "Unknown";
    String long_name "ORGANIZATION NAME";
  }
 }
  NC_GLOBAL {
    String cdm_altitude_proxy "observation_depth";
    String cdm_data_type "Point";
    String Conventions "COARDS, CF-1.0, Unidata Dataset Discovery v1.0";
    Float64 Easternmost_Easting 180.0;
    String featureType "Point";
    Float64 geospatial_lat_max 89.0;
    Float64 geospatial_lat_min -89.0;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max 180.0;
    Float64 geospatial_lon_min -180.0;
    String geospatial_lon_units "degrees_east";
    String history 
"2024-04-19T07:48:25Z (source database)
2024-04-19T07:48:25Z https://osmc.noaa.gov/erddap/tabledap/OSMC_Points.html";
    String infoUrl "http://www.osmc.noaa.gov";
    String institution "OSMC";
    String license "These data were produced by NOAA and are not subject to copyright protection in the United States. NOAA waives any potential copyright and related rights in these data worldwide page 62 of 86 through the Creative Commons Zero 1.0 Universal Public Domain Dedication (CC0 1.0)";
    Float64 Northernmost_Northing 89.0;
    String sourceUrl "(source database)";
    Float64 Southernmost_Northing -89.0;
    String standard_name_vocabulary "CF-11";
    String summary "OSMC normalized In-situ Real time GTS data";
    String title "OSMC normalized observations from GTS";
    Float64 Westernmost_Easting -180.0;
  }
}

 

Using tabledap to Request Data and Graphs from Tabular Datasets

tabledap lets you request a data subset, a graph, or a map from a tabular dataset (for example, buoy data), via a specially formed URL. tabledap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its selection constraints (external link).

The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.

Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names, followed by a collection of constraints (e.g., variable<value), each preceded by '&' (which is interpreted as "AND").

For details, see the tabledap Documentation.


 
ERDDAP, Version 2.22
Disclaimers | Privacy Policy | Contact