![]() |
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [Nutrients and Flow Cytometry 2017] - Nutrients and flow cytometry from station N-1200 collected in August 2017 from a cruise aboard R/V Mediterranean Explorer (Microbial ecosystems in silico, in the lab and in the field: understanding interactions between abundant marine bacterial taxa) ![]() ![]() |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_874805_v1) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Int32 actual_range 10, 200; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } P { Int32 actual_range 0, 9; String long_name "P"; String units "nanomolar (nM)"; } TOxN { Int32 actual_range 62, 1049; String long_name "Toxn"; String units "nanomolar (nM)"; } Si { Int32 actual_range 771, 1044; String long_name "Si"; String units "nanomolar (nM)"; } NH4 { Int32 actual_range 3, 15; String long_name "Nh4"; String units "nanomolar (nM)"; } Prochlorococcus { Float32 actual_range 6.11, 3807.14; String long_name "Prochlorococcus"; String units "cells per mL"; } Synechococcus { Float32 actual_range 146.66, 25776.09; String long_name "Synechococcus"; String units "cells per mL"; } Pico_eukaryotes { Float32 actual_range 0.0, 12234.17; String long_name "Pico_eukaryotes"; String units "cells per mL"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 32.456, 32.456; 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 34.3745, 34.3745; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } Date { String long_name "Date"; 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 doi "10.26008/1912/bco-dmo.874805.1"; Float64 Easternmost_Easting 34.3745; Float64 geospatial_lat_max 32.456; Float64 geospatial_lat_min 32.456; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 34.3745; Float64 geospatial_lon_min 34.3745; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 200.0; Float64 geospatial_vertical_min 10.0; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2025-08-15T21:17:31Z (local files) 2025-08-15T21:17:31Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_874805_v1.html"; String infoUrl "https://osprey.bco-dmo.org/dataset/874805"; 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 32.456; String sourceUrl "(local files)"; Float64 Southernmost_Northing 32.456; String summary "This dataset contains nutrients and flow cytometry from station N-1200 collected in August 2017 from a cruise aboard R/V Mediterranean Explorer."; String title "[Nutrients and Flow Cytometry 2017] - Nutrients and flow cytometry from station N-1200 collected in August 2017 from a cruise aboard R/V Mediterranean Explorer (Microbial ecosystems in silico, in the lab and in the field: understanding interactions between abundant marine bacterial taxa)"; Float64 Westernmost_Easting 34.3745; } }
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.