![]() |
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [Sediment resuspension erosion] - Erodibility of sediments collected from the Northern Gulf of Mexico following laboratory resuspension at the Dauphin Island Sea Lab in 2020 (CAREER: Mechanisms of bioturbation and ecosystem engineering by benthic infauna) ![]() ![]() |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_875391_v1) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { core { String long_name "Core"; String units "unitless"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 30.22222, 30.22222; 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 -88.13913, -88.13913; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } water_depth_m { Int32 actual_range 10, 10; String long_name "Water_depth_m"; String units "meters (m)"; } date { String long_name "Date"; String units "unitless"; } time_day { Float32 actual_range 0.4347, 29.7597; String long_name "Time_day"; String units "days"; } timepoint { Int32 actual_range 1, 30; String long_name "Timepoint"; String units "unitless"; } replicate { Int32 actual_range 1, 4; String long_name "Replicate"; String units "unitless"; } shearstress_Pa { Float32 actual_range 0.1, 0.6; String long_name "Shearstress_pa"; String units "Pascal (Pa)"; } erodedmass { Float32 actual_range 1.0e-4, 0.0719; String long_name "Erodedmass"; String units "kilograms per square meter (kg m-2)"; } cumerodedmass { Float32 actual_range 1.0e-4, 0.1078; String long_name "Cumerodedmass"; String units "kilograms per square meter (kg m-2)"; } timeturbidity_maxedout { Float32 actual_range 0.0, 20.221; String long_name "Timeturbidity_maxedout"; String units "minutes"; } timeturbidity_maxedout_fraction { Float32 actual_range 0.0, 1.0; String long_name "Timeturbidity_maxedout_fraction"; String units "unitless"; } MaxSuspSedConc { Float32 actual_range 0.0049, 0.0687; String long_name "Maxsuspsedconc"; String units "kilograms per cubic meter (kg m-3)"; } } 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/"; Float64 Easternmost_Easting -88.13913; Float64 geospatial_lat_max 30.22222; Float64 geospatial_lat_min 30.22222; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -88.13913; Float64 geospatial_lon_min -88.13913; String geospatial_lon_units "degrees_east"; String history "2025-08-31T08:56:29Z (local files) 2025-08-31T08:56:29Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_875391_v1.html"; String infoUrl "https://osprey.bco-dmo.org/dataset/875391"; 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 30.22222; String sourceUrl "(local files)"; Float64 Southernmost_Northing 30.22222; String summary "This dataset describes the erodibility of sediments collected from the Northern Gulf of Mexico, off the Alabama coast at 10 meters depth following laboratory resuspension at the Dauphin Island Sea Lab."; String title "[Sediment resuspension erosion] - Erodibility of sediments collected from the Northern Gulf of Mexico following laboratory resuspension at the Dauphin Island Sea Lab in 2020 (CAREER: Mechanisms of bioturbation and ecosystem engineering by benthic infauna)"; Float64 Westernmost_Easting -88.13913; } }
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.