ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | ESP indicators calculated from CRW SST |
Institution: | Alaska Fisheries Information Network (Dataset ID: besp_crwsst_indicators) |
Information: | Summary | License | Metadata | Background | Subset | Files | Make a graph |
Attributes { s { year { String description "Indicator year"; String ioos_category "Time"; String long_name "Haul Date"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } indicator_name { String description "Name of indicator"; String ioos_category "Other"; String long_name "indicator_name"; } data_value { Float64 actual_range 0.78, 10.54; String description "Indicator value"; String ioos_category "Other"; String long_name "data_value"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "CF-1.6, ACDD-1.3, COARDS"; String history "2024-11-01T00:00:25Z (local files) 2024-11-01T00:00:25Z https://erddap.psmfc.org/erddap/tabledap/besp_crwsst_indicators.html"; String infoUrl "https://github.com/MattCallahan-NOAA/ESR-ESP/tree/main/SST/ESP"; String institution "Alaska Fisheries Information Network"; 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 publisher_email "matt.callahan@noaa.gov"; String publisher_name "Matt Callahan"; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "year,indicator_name"; String summary "Ecological and Socioeconomic Profile indicators for Alaska Stock Assessments calculated from coral reef watch sea surface temperature. See https://github.com/MattCallahan-NOAA/ESR-ESP/tree/main/SST/ESP for methods."; String title "ESP indicators calculated from CRW SST"; } }
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.