![]() |
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [In situ prokaryotic and viral abundance] - In situ prokaryotic and viral abundance from hydrothermal vent site Tica samples from R/V Falkor (too) cruise FKt230629, East Pacific Rise in July of 2023 (The Underworld of Hydrothermal Vents) ![]() ![]() |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_962594_v1) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { subsample_id { String long_name "Subsample_id"; String units "unitless"; } habitat { String long_name "Habitat"; String units "unitless"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 9.839953, 9.840335; 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 -104.2919, -104.2916; 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"; } time_local { String long_name "Time"; String units "unitless"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.6885989e+9, 1.68997524e+9; String axis "T"; String ioos_category "Time"; String long_name "Iso_datetime_utc"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float32 actual_range 2505.64, 2518.14; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } prokaryotes { Float32 actual_range 3.21, 23.95; String long_name "Prokaryotes"; String units "10000 prokaryotic cells per milliliter (10^4 mL^-1)"; } viruses { Float32 actual_range 2.19, 61.77; String long_name "Viruses"; String units "10000 viruses per milliliter (10^4 mL^-1)"; } } 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.962594.1"; Float64 Easternmost_Easting -104.2916; Float64 geospatial_lat_max 9.840335; Float64 geospatial_lat_min 9.839953; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -104.2916; Float64 geospatial_lon_min -104.2919; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 2518.14; Float64 geospatial_vertical_min 2505.64; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2025-06-04T07:39:35Z (local files) 2025-06-04T07:39:35Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_962594_v1.html"; String infoUrl "https://osprey.bco-dmo.org/dataset/962594"; 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 9.840335; String sourceUrl "(local files)"; Float64 Southernmost_Northing 9.839953; String summary "The dataset contains data on in situ prokaryotic and viral abundance as sampled during the R/V Falkor (too) cruise FKt230629 in July of 2023. Samples were collected using a suction-sampler operated onboard the remotely-operated vehicle (ROV) SuBastian at the hydrothermal vent site Tica."; String time_coverage_end "2023-07-21T21:34:00Z"; String time_coverage_start "2023-07-05T23:15:00Z"; String title "[In situ prokaryotic and viral abundance] - In situ prokaryotic and viral abundance from hydrothermal vent site Tica samples from R/V Falkor (too) cruise FKt230629, East Pacific Rise in July of 2023 (The Underworld of Hydrothermal Vents)"; Float64 Westernmost_Easting -104.2919; } }
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.