BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [Atlantic Sediment Black Carbon] - Atlantic sediment black carbon, total organic carbon, and stable carbon ratio (13C) values from samples collected using a multi-corer and box corer from multiple cruises throughout the Atlantic between 1994 and 2010 (Concentrations and source assessment of black carbon across tropical Atlantic air and sediment) |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_908373_v1) |
Information: | Summary | License | Metadata | Background | Files | Make a graph |
Attributes { s { Site { String long_name "Site"; String units "unitless"; } Depth_Interval { String long_name "Depth_interval"; String units "cenitmeters below seafloor (cmbsf)"; } Date { String long_name "Date"; String units "unitless"; } Lat { Float32 actual_range -37.6181, 16.8344; String long_name "Lat"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -47.4844, 9.3844; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } Total_Organic_Carbon { Float32 actual_range 0.356, 5.03; String long_name "Total_organic_carbon"; String units "percent (%)"; } Black_Carbon { Float32 actual_range 0.06, 1.55; String long_name "Black_carbon"; String units "percent (%)"; } d13C_Total_Organic_Carbon { Float32 actual_range -24.33, -15.3; String long_name "D13c_total_organic_carbon"; String units "per mil (0/00)"; } d13C_Black_Carbon { Float32 actual_range -39.48, -14.3; String long_name "D13c_black_carbon"; String units "per mil (0/00)"; } } 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 doi "10.26008/1912/bco-dmo.908373.1"; Float64 Easternmost_Easting 9.3844; Float64 geospatial_lon_max 9.3844; Float64 geospatial_lon_min -47.4844; String geospatial_lon_units "degrees_east"; String history "2024-11-08T05:46:29Z (local files) 2024-11-08T05:46:29Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_908373_v1.html"; String infoUrl "https://www.bco-dmo.org/dataset/908373"; 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."; String sourceUrl "(local files)"; String summary "These data include sediment black carbon and total organic carbon concentrations and stable carbon ratio (13C) values. These data were collected on multiple cruises in throughout the Atlantic; specifically, in the Amazon Delta (EN-480; July 2010), Sierra Leone Rise (EN-481; August 2010), Niger Delta (GeoB 4901, GeoB 4903, GeoB 4904, GeoB 4905, GeoB 4907, and GeoB 4908; February/March 1998), Senegal Delta (GeoB 9501; April/May 2003), and Northwest Argentina Basin (GeoB 2814; July/August 1994). Sediments were collected using multi-corer and box corer samples and kept frozen until analysis. Total organic carbon and black carbon concentrations and stable carbon ratio values were determined on an isotope ratio mass spectrometer coupled to an elemental analyzer. The black carbon fraction was determined using the chemothermal oxidation at 375°C method. These data help better constrain pyrogenic carbon accumulation rates into Atlantic sediments. These data were published in St.Laurent, et al. (2023)."; String title "[Atlantic Sediment Black Carbon] - Atlantic sediment black carbon, total organic carbon, and stable carbon ratio (13C) values from samples collected using a multi-corer and box corer from multiple cruises throughout the Atlantic between 1994 and 2010 (Concentrations and source assessment of black carbon across tropical Atlantic air and sediment)"; Float64 Westernmost_Easting -47.4844; } }
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.