BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
Dataset Title: | [Light level (lux) at coral reefs in Palau] - Light level (lux) measured at six coral reefs sites in Palau from 2021 to 2023 (Collaborative Research: How do selection, plasticity, and dispersal interact to determine coral success in warmer and more variable environments?) |
Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_926465_v1) |
Range: | longitude = 134.347 to 134.4766°E, time = 2021-11-02T15:21:00Z to 2023-05-11T14:30:00Z |
Information: | Summary | License | Metadata | Background | Data Access Form | Files |
|
Attributes { s { ISO_DateTime_Local { String long_name "Iso_datetime_local"; String units "unitless"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.63586646e+9, 1.6838154e+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"; } Site { String long_name "Site"; String units "unitless"; } Latitude { Float32 actual_range 7.16162, 7.36722; String long_name "Latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 134.347, 134.4766; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } Irradiance { Float32 actual_range 0.0, 79911.6; String long_name "Irradiance"; String units "lux"; } } 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.926465.1"; Float64 Easternmost_Easting 134.4766; Float64 geospatial_lon_max 134.4766; Float64 geospatial_lon_min 134.347; String geospatial_lon_units "degrees_east"; String history "2024-11-08T05:55:40Z (local files) 2024-11-08T05:55:40Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_926465_v1.das"; String infoUrl "https://www.bco-dmo.org/dataset/926465"; 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 "Light levels (lux) were measured at six coral reef sites in Palau during field seasons from 2021 to 2023. Loggers (Hobo Pendant, UA-002-64) were attached to threaded rods embedded in the reef using zip ties."; String time_coverage_end "2023-05-11T14:30:00Z"; String time_coverage_start "2021-11-02T15:21:00Z"; String title "[Light level (lux) at coral reefs in Palau] - Light level (lux) measured at six coral reefs sites in Palau from 2021 to 2023 (Collaborative Research: How do selection, plasticity, and dispersal interact to determine coral success in warmer and more variable environments?)"; Float64 Westernmost_Easting 134.347; } }
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.