Voice of the Ocean ERDDAP™
Easier access to scientific data |
| |
Dataset Title: | locations |
Institution: | Voice of the Ocean foundation (Dataset ID: locations) |
Information: | Summary | License | Metadata | Background | Files | Make a graph |
Attributes { s { countryCode { String ioos_category "Location"; String long_name "Country Code"; } regionName { String ioos_category "Location"; String long_name "Region Name"; } city { String ioos_category "Location"; String long_name "City"; } total_requests { Int32 _FillValue 2147483647; Int32 actual_range 1, 80947; String ioos_category "Unknown"; String long_name "total_requests"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.6619904e+9, 1.7304192e+9; String axis "T"; String ioos_category "Time"; String long_name "Month"; String source_name "month"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01"; String units "seconds since 1970-01-01T00:00:00Z"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String history "2024-11-21T10:31:03Z (local files) 2024-11-21T10:31:03Z https://erddap.observations.voiceoftheocean.org/erddap/tabledap/locations.html"; String infoUrl "https://github.com/callumrollo/erddaplogs"; String institution "Voice of the Ocean foundation"; String keywords "city, code, country, countryCode, data, len, local, name, region, regionName, source"; 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 standard_name_vocabulary "CF Standard Name Table v70"; String summary "Usage data for this ERDDAP server - Aggregated locations of requests"; String time_coverage_end "2024-11"; String time_coverage_start "2022-09"; String title "locations"; } }
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.