|
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 - CTD (level 3)
|
| Institution: | Plymouth Marine Laboratory (Dataset ID: Level2_7324_cbbc_73a6) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.75927346e+9, 1.767693994e+9;
String axis "T";
String ioos_category "Time";
String long_name "Date (UTC)";
String source_name "Date (UTC)";
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";
}
Temperature {
Float32 actual_range 0.053, 16652.0;
String ioos_category "Temperature";
String long_name "Temperature";
String p01_code "TEMPPR01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/TEMPPR01/";
String units "deg/C";
}
Conductivity {
Float32 actual_range 0.007, 2000.105;
String ioos_category "Salinity";
String long_name "Conductivity";
String p01_code "CNDCZZ25";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CNDCZZ25/1/";
String units "S/m";
}
Pressure {
Float32 actual_range 0.41, 3288.0;
String ioos_category "Pressure";
String long_name "Pressure";
String p01_code "PRESPR01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/PRESPR01/";
String units "dbar";
}
Salinity {
Float32 actual_range 0.0, 7.939908e+7;
String ioos_category "Salinity";
String long_name "Salinity";
String p01_code "PSLTZZ01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/PSLTZZ01/";
String units "PSU";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float32 actual_range 0.5, 3234.5;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
Oxygen {
Float32 actual_range -65.089, 233.217;
String ioos_category "Dissolved O2";
String long_name "Oxygen";
String p01_code "OXYSSU01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/OXYSSU01/";
String units "uM/kg";
}
CDOM {
Float32 actual_range 0.013, 108.993;
String ioos_category "Ocean Color";
String long_name "Chromophoric Dissolved Organic Material";
String p01_code "CCOMD002";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CCOMD002/";
String units "ppb";
}
Chlorophyll_a {
Float32 actual_range -0.695, 48.914;
String ioos_category "Ocean Color";
String long_name "Chlorophyll-a";
String p01_code "CPHLPM01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/CPHLPM01/";
String units "mg/m3";
}
Turbidity {
Float32 actual_range -0.054, 24.467;
String ioos_category "Optical Properties";
String long_name "Turbidity";
String p01_code "TURBPR01";
String p01_uri "https://vocab.nerc.ac.uk/collection/P01/current/TURBPR01/2/";
String units "NTU";
}
}
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_url "https://pml.ac.uk/profile/ross-sanders/";
Float64 geospatial_vertical_max 3234.5;
Float64 geospatial_vertical_min 0.5;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-02-03T16:03:09Z (local files)
2026-02-03T16:03:09Z https://erddap.eofrom.space/erddap/tabledap/Level2_7324_cbbc_73a6.html";
String infoUrl "https://www.westernchannelobservatory.org.uk/buoys";
String institution "Plymouth Marine Laboratory";
String keywords "buoy, CDOM, chlorophyll, chlorophyll-a, Chlorophyll_a, chromophoric, color, colored, conductivity, CTD, ctd, data, date, DateTime, depth, depth2, dissolved, dissolved o2, L4, laboratory, marine, material, matter, O2, ocean, ocean color, organic, oxygen, plymouth, pressure, salinity, sonde, temperature, time, turbidity, WCO, wco";
String license "OGL V3";
String licenseUrl "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/";
String processing_level "3";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "WCO - L4 Buoy (Level 3) Conductivity, Temperature, Depth (CTD). L4 Scientific Buoy. Plymouth Marine Laboratory data from a local source.";
String time_coverage_end "2026-01-06T10:06:34Z";
String time_coverage_start "2025-09-30T23:04:20Z";
String title "WCO - L4 Buoy - CTD (level 3)";
}
}
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.