|
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) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.7295774e+9, 1.7755704e+9;
String axis "T";
String ioos_category "Time";
String long_name "Date";
String source_name "TIMESTAMP";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String time_precision "1970-01-01T00:00:00Z";
String units "seconds since 1970-01-01T00:00:00Z";
}
Latitude {
String actual_range
"50.2500N
50.2500N";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
Longitude {
String actual_range
"4.2171W
4.2171W";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Platform {
String actual_range
"L4_Buoy
L4_Buoy";
String ioos_category "Identifier";
String platform "L4_Buoy";
}
Dew_Point {
Float64 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";
Float64 valid_max 25.0;
Float64 valid_min 0.0;
}
Sea_Temperature {
Float64 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";
Float64 valid_max 20.0;
Float64 valid_min -2.5;
}
Air_Temperature {
Float32 actual_range -255.9, 21.0;
String ioos_category "Temperature";
String long_name "Air Temperature";
String p01_code "CTMPZZ01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CTMPZZ01/";
String standard_name "air_temperature";
String units "DegC";
Float32 valid_max 40.0;
Float32 valid_min -10.0;
}
Atmospheric_Pressure {
Float32 actual_range 4.0, 1035.0;
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";
Float32 valid_max 1060.0;
Float32 valid_min 960.0;
}
Relative_Humidity {
Float32 actual_range 8.0, 100.0;
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 "%";
Float32 valid_max 100.0;
Float32 valid_min 50.0;
}
Wind_Speed {
Float32 actual_range 0.05, 31.31;
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 "m/s";
Float32 valid_max 50.0;
Float32 valid_min 0.0;
}
Wind_Direction {
Float32 actual_range 0.0, 359.0;
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";
Float32 valid_max 360.0;
Float32 valid_min 0.0;
}
}
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 (rsa at pml.ac.uk)";
String creator_type "institution";
String creator_url "https://pml.ac.uk/profile/ross-sanders/";
String history
"2026-04-07T15:09:33Z (local files)
2026-04-07T15:09:33Z https://erddap.eofrom.space/erddap/tabledap/AMOS_bfd8_7947_d7a4.html";
String infoUrl "https://www.westernchannelobservatory.org.uk/buoys.php";
String institution "Plymouth Marine Laboratory";
String keywords "amos, atmospheric, buoy, data, L4, pml";
String license "OGL";
String licenseUrl "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ (external link)";
String metadata_version "0.1.4";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "L4 AMOS. PML data from a local source.";
String time_coverage_end "2026-04-07T14:00:00Z";
String time_coverage_start "2024-10-22T06:10:00Z";
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.