|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [STING wells Ra] - Dissolved long-lived radium isotopes for submarine groundwater samples collected from November 2022 and March 2024 along the West Florida Shelf (Collaborative Research: Linking iron and nitrogen sources in an oligotrophic coastal margin: Nitrogen fixation and the role of boundary fluxes)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_988607_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Trip_ID {
String long_name "Trip_id";
String units "unitless";
}
Station {
String long_name "Station";
String units "unitless";
}
Type {
String long_name "Type";
String units "unitless";
}
STING_ID {
Int32 actual_range 354, 622;
String long_name "Sting_id";
String units "unitless";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.66844286e+9, 1.7099151e+9;
String axis "T";
String ioos_category "Time";
String long_name "Datetime";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
DateTime_local {
String long_name "Datetime_local";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 27.08939, 29.09216;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -82.8781, -82.41056;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Ra226 {
Float32 actual_range 29.4, 11100.0;
String long_name "Ra226";
String units "dpm/100L";
}
Ra226_BDL_flag {
Int32 actual_range 0, 0;
String long_name "Ra226_bdl_flag";
String units "unitless";
}
Ra226_err {
Float32 actual_range 0.9, 100.0;
String long_name "Ra226_err";
String units "dpm/100L";
}
Ra226_err_BDL_flag {
Int32 actual_range 0, 0;
String long_name "Ra226_err_bdl_flag";
String units "unitless";
}
Ra228 {
Float32 actual_range 13.1, 1260.0;
String long_name "Ra228";
String units "dpm/100L";
}
Ra228_BDL_flag {
Int32 actual_range 0, 0;
String long_name "Ra228_bdl_flag";
String units "unitless";
}
Ra228_err {
Float32 actual_range 1.5, 61.0;
String long_name "Ra228_err";
String units "dpm/100L";
}
Ra228_err_BDL_flag {
Int32 actual_range 0, 0;
String long_name "Ra228_err_bdl_flag";
String units "unitless";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_email "info@bco-dmo.org";
String creator_name "BCO-DMO";
String creator_url "https://www.bco-dmo.org/";
String defaultDataQuery "&time<now";
String doi "10.26008/1912/bco-dmo.988607.1";
Float64 Easternmost_Easting -82.41056;
Float64 geospatial_lat_max 29.09216;
Float64 geospatial_lat_min 27.08939;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -82.41056;
Float64 geospatial_lon_min -82.8781;
String geospatial_lon_units "degrees_east";
String history
"2026-04-08T22:34:05Z (local files)
2026-04-08T22:34:05Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_988607_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/988607";
String institution "BCO-DMO";
String license
"The data may be used and redistributed for free but is not intended
for legal use, since it may contain inaccuracies. Neither the data
Contributor, ERD, NOAA, nor the United States Government, nor any
of their employees or contractors, makes any warranty, express or
implied, including warranties of merchantability and fitness for a
particular purpose, or assumes any legal liability for the accuracy,
completeness, or usefulness, of this information.";
Float64 Northernmost_Northing 29.09216;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 27.08939;
String summary "Specific activities of long-lived dissolved radium (Ra-226, Ra-228), collected from U.S. Geological Survey small boat operations in the West Florida Shelf from November 2022 to March 2024. Small boat samples include surface water, bottom water, and submarine groundwaters from three well transects along Nature Coast, Indian Rocks Beach, and Venice Headlands. This project investigates how boundary sources, including rivers and submarine groundwater discharge, deliver important nutrients and metals to the coastal ecosystems of the West Florida Shelf. Here, dissolved radium isotopes have been measured to trace boundary sources of nutrients and metals entering the West Florida Shelf.";
String time_coverage_end "2024-03-08T16:25:00Z";
String time_coverage_start "2022-11-14T16:21:00Z";
String title "[STING wells Ra] - Dissolved long-lived radium isotopes for submarine groundwater samples collected from November 2022 and March 2024 along the West Florida Shelf (Collaborative Research: Linking iron and nitrogen sources in an oligotrophic coastal margin: Nitrogen fixation and the role of boundary fluxes)";
Float64 Westernmost_Easting -82.8781;
}
}
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.