log in |
Brought to you by NOAA NOS IOOS |
Dataset Title: | Integrated Ocean Observing System (IOOS) Regional Association (RA) polygon boundaries. |
Institution: | NOAA/NOS/IOOS (Dataset ID: ra_regional_boundaries) |
Information: | Summary | License | Metadata | Background | Subset | Files | Make a graph |
Attributes { s { url { String ioos_category "Identifier"; String long_name "URL"; } name { String ioos_category "Identifier"; String long_name "File Name"; } lastModified { String ioos_category "Time"; String long_name "Last Modified"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } size { String ioos_category "Other"; String long_name "Size"; String units "bytes"; } fileType { String ioos_category "Identifier"; String long_name "File Type"; } } NC_GLOBAL { String cdm_data_type "Other"; String creator_email "Mathew.Biddle@noaa.gov"; String creator_name "Mathew Biddle"; String creator_url "https://ioos.noaa.gov"; String history "2024-11-23T13:10:28Z https://github.com/MathewBiddle/sandbox/blob/main/notebooks/ra_region_boundaries.geojson 2024-11-23T13:10:28Z http://erddap.ioos.us/erddap/tabledap/ra_regional_boundaries.html"; String infoUrl "https://ioos.noaa.gov/regions/"; String institution "NOAA/NOS/IOOS"; String keywords "data, file, identifier, lastModified, modified, name, size, time"; 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, IOOS, 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 "https://github.com/MathewBiddle/sandbox/blob/main/notebooks/ra_region_boundaries.geojson"; String subsetVariables "fileType"; String summary "Geojson representation of the IOOS Regional Association boundaries. This representation was written using the script that can be found at https://github.com/MathewBiddle/sandbox/blob/main/notebooks/RA_regions_shapefile.ipynb"; String title "Integrated Ocean Observing System (IOOS) Regional Association (RA) polygon boundaries."; } }
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.