ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | IOOS ATN Contact Database |
Institution: | IOOS Animal Telemetry Network (Dataset ID: ioos_atn_contacts) |
Information: | Summary | License | Metadata | Background | Subset |
Attributes { s { event_id { String description "This unique event_id describing a telemetry event in the IOOS ATN DAC"; String ioos_category "Other"; } contact_name { String description "The contact name of the person who was responsible for the deployment and management of the telemery event and data prior to DAC submission"; String ioos_category "Other"; } contact_email { String description "The contact email of the person who was responsible for the deployment and management of the telemery event and data prior to DAC submission"; String ioos_category "Other"; } institution { String description "The institution that was responsible for the deployment and management of the telemery event and data prior to DAC submission"; String ioos_category "Other"; } } NC_GLOBAL { String acknowledgement "NOAA IOOS,Axiom Data Science,Wildlife Computers,Argos,SMRU,Navy ONR,NOAA NMFS,Stanford Block Lab"; String cdm_data_type "Other"; String Conventions "CF-1.6,ACDD-1.3"; String creator_email "atn@ioos.us"; String creator_name "IOOS ATN"; String creator_url "https://atn.ioos.us"; String history "2024-11-08T06:15:41Z (local files) 2024-11-08T06:15:41Z http://atn.ioos.us/erddap/tabledap/ioos_atn_contacts.html"; String infoUrl "https://atn.ioos.us"; String institution "IOOS Animal Telemetry Network"; String keywords "atn, contact, dac, data, deployed, event, ioos"; 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 project "IOOS Animal Telemetry Network"; String publisher_email "atn@ioos.us"; String publisher_name "IOOS ATN"; String publisher_url "https://atn.ioos.us"; String sourceUrl "(local files)"; String subsetVariables "event_id,contact_email,contact_name,institution"; String summary "Extracted contact information from the Hopkins Marine Lab ATN data dump. This is useful when looking up contact information by an event_id"; String title "IOOS ATN Contact Database"; } }
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.