![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | CAGES Texas Hydrological
![]() ![]() |
Institution: | GCOOS (Dataset ID: CAGES_Texas_Hydrological) |
Information: | Summary ![]() ![]() ![]() |
![]() |
Attributes { s { Sample_Code { Int32 actual_range 1, 39450; String description "The time expressed in this element..."; String ioos_category "Biology"; } Salinity { Float64 actual_range 0.0, 66.3; String description "The position of the observation..."; String ioos_category "Biology"; } Temperature { Float64 actual_range 0.0, 36.7; String description "The position of the observation..."; String ioos_category "Biology"; } Depth { Float64 actual_range 0.2, 62.4; String description "The position of the observation..."; String ioos_category "Biology"; } Turbidity { Float64 actual_range 0.0, 999.0; String description "The position of the observation..."; String ioos_category "Biology"; } Tow_Time { Float64 actual_range 0.125, 0.25; String description "The position of the observation..."; String ioos_category "Biology"; } } NC_GLOBAL { String cdm_data_type "Other"; String history "Not much yet. 2019-12-09T20:15:06Z (source database) 2019-12-09T20:15:06Z http://gcoos4.tamu.edu:8080/tabledap/CAGES_Texas_Hydrological.das"; String infoUrl "http://www.galvestonlab.sefsc.noaa.gov/stories/2013/ecology/index.html"; String institution "GCOOS"; 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 "(source database)"; String standard_name_vocabulary "IOOS Biological Data Terminology"; String subsetVariables "Sample_Code, Salinity, Temperature, Depth, Turbidity, Tow_Time"; String summary "CAGES stuff..."; String title "CAGES Texas Hydrological"; } }
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.