BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [Squidpop Assays 2021] - Results from predation assays (squidpops) conducted along rocky reefs of the Western coast of San Cristobal, Galapagos from June to November 2021 to determine fish predation intensity across a spatial and temporal temperature gradient (The Role of Temperature in Regulating Herbivory and Algal Biomass in Upwelling Systems) |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_894249_v1) |
Information: | Summary | License | Metadata | Background | Files | Make a graph |
Attributes { s { Year { String long_name "Year"; String units "unitless"; } Month { String long_name "Month"; String units "unitless"; } Date { String long_name "Date"; String units "unitless"; } Time_Local { String long_name "Time_local"; String units "unitless"; } ISO_DateTime_Local { String long_name "Iso_datetime_local"; String units "unitless"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.624986e+9, 1.63699896e+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"; } Code1 { String long_name "Code1"; String units "unitless"; } Locality { String long_name "Locality"; String units "unitless"; } Latitude { Float32 actual_range -0.926667, -0.702778; String long_name "Latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -89.82056, -85.58444; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } Season { String long_name "Season"; String units "unitless"; } Habitat { String long_name "Habitat"; String units "unitless"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float32 actual_range 2.0, 11.0; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } Temperature { Int32 actual_range 18, 25; String long_name "Temperature"; String units "degrees Celsius"; } Squidpop { Int32 actual_range 1, 25; String long_name "Squidpop"; String units "unitless"; } Eaten { Int32 actual_range 0, 1; String long_name "Eaten"; String units "unitless"; } Code2 { String long_name "Code2"; 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.894249.1"; Float64 Easternmost_Easting -85.58444; Float64 geospatial_lon_max -85.58444; Float64 geospatial_lon_min -89.82056; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 11.0; Float64 geospatial_vertical_min 2.0; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2024-11-10T22:24:47Z (local files) 2024-11-10T22:24:47Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_894249_v1.html"; String infoUrl "https://www.bco-dmo.org/dataset/894249"; 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 "This dataset contains results from predation assays (squidpops) to determine fish predation intensity across a spatial and temporal gradient of temperature. Assays were conducted between June and November 2021 at six locations of rocky reefs along the Western coast of San Cristobal, the eastern Island of the Galapagos Archipelago."; String time_coverage_end "2021-11-15T17:56:00Z"; String time_coverage_start "2021-06-29T17:00:00Z"; String title "[Squidpop Assays 2021] - Results from predation assays (squidpops) conducted along rocky reefs of the Western coast of San Cristobal, Galapagos from June to November 2021 to determine fish predation intensity across a spatial and temporal temperature gradient (The Role of Temperature in Regulating Herbivory and Algal Biomass in Upwelling Systems)"; Float64 Westernmost_Easting -89.82056; } }
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.