|
PML's ERDDAP
Easier access to scientific data at PML |
log in |
Brought to you by PML NOAA NMFS SWFSC ERD |
| Dataset Title: | WCO - L4 Buoy - Atmospheric data
|
| Institution: | Plymouth Marine Laboratory (Dataset ID: AMOS_bfd8_7947_d7a4) |
| Range: | time = 2025-10-01T10:00:05Z to 2026-02-03T13:00:05Z |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Data Access Form
| Files
|
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.759312805e+9, 1.770123605e+9;
String axis "T";
String calendar "gregorian";
String ioos_category "Time";
String long_name "Date";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
Platform {
String ioos_category "Unknown";
String long_name "Sensor Platform";
}
Latitude {
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
Longitude {
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Wind_Speed {
Float32 actual_range 0.0, 86.8;
String ioos_category "Wind";
String long_name "Wind Speed";
String p01_code "EWSBSS01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/EWSBSS01/";
String standard_name "wind_speed";
String units "dam/s";
}
Wind_Direction {
Float32 actual_range 11.7, 7708.4;
String ioos_category "Wind";
String long_name "Wind Direction";
String p01_code "ERWDSS01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/ERWDSS01/";
String standard_name "wind_from_direction";
String units "deg";
}
Dew_Point {
Float32 actual_range 0.0, 0.0;
String ioos_category "Meteorology";
String long_name "Dew Point Temperature";
String p01_code "CDEWZZ01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CDEWZZ01/";
String standard_name "dew_point_temperature";
String units "degC";
}
Sea_Temperature {
Float32 actual_range -9.99, -9.99;
String ioos_category "Temperature";
String long_name "Sea Water Temperature";
String p01_code "TEMPPR01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/TEMPPR01/";
String standard_name "sea_water_temperature";
String units "degC";
}
Air_Temperature {
Float32 actual_range -30.3, 386.2;
String ioos_category "Temperature";
String long_name "Sea Water Temperature";
String p01_code "ATMPZZ01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/ATMPZZ01/";
String standard_name "air_temperature";
String units "DegC";
}
Relative_Humidity {
Float32 actual_range -6.4, 451.7;
String ioos_category "Meteorology";
String long_name "Relative Humidity";
String p01_code "CRELZZ01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CRELZZ01/";
String standard_name "relative_humidity";
String units "%";
}
Atmospheric_Pressure {
Float32 actual_range 968.6, 1035.5;
String ioos_category "Pressure";
String long_name "Atmospheric Pressure";
String p01_code "CAPHZZ01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CAPHZZ01/";
String standard_name "air_pressure";
String units "hPa";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_email "rsa@pml.ac.uk";
String creator_name "Ross Sanders";
String creator_type "institution";
String creator_url "https://pml.ac.uk/profile/ross-sanders/";
String history
"2026-02-03T14:23:37Z (local files)
2026-02-03T14:23:37Z https://erddap.eofrom.space/tabledap/AMOS_bfd8_7947_d7a4.das";
String infoUrl "https://www.westernchannelobservatory.org.uk/buoys.php";
String institution "Plymouth Marine Laboratory";
String keywords "amos, atmospheric, buoy, data, L4, pml";
String licenceUrl "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ (external link)";
String license "OGL";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "Platform";
String summary "L4 AMOS. PML data from a local source.";
String time_coverage_end "2026-02-03T13:00:05Z";
String time_coverage_start "2025-10-01T10:00:05Z";
String title "WCO - L4 Buoy - Atmospheric data";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.