ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Detections |
Institution: | OTN (Dataset ID: nodename_aat_detections) |
Information: | Summary | License | Metadata | Background | Make a graph |
Attributes { s { detection_project_reference { String ioos_category "Identifier"; String long_name "Detection Project Reference"; } datacenter_reference { String ioos_category "Identifier"; String long_name "Datacenter Reference"; } detection_id { String ioos_category "Identifier"; String long_name "Detection ID"; } detection_guid { String ioos_category "Identifier"; String long_name "Detection Guid"; } detection_timestamp_utc { String ioos_category "Time"; String long_name "Detection Timestamp UTC"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } detection_latitude { String ioos_category "Location"; String long_name "Detection Latitude"; } detection_longitude { String ioos_category "Location"; String long_name "Detection Longitude"; } tracker_reference { String ioos_category "Identifier"; String long_name "Tracker Reference"; } detection_reference_id { String ioos_category "Identifier"; String long_name "Detection Reference ID"; } detection_reference_type { String ioos_category "Unknown"; String long_name "Detection Reference Type"; } transmitter_codespace { String ioos_category "Unknown"; String long_name "Transmitter Codespace"; } transmitter_id { String ioos_category "Identifier"; String long_name "Transmitter ID"; } detection_transmittername { String ioos_category "Identifier"; String long_name "Detection Transmitter Name"; } detection_serial_number { String ioos_category "Identifier"; String long_name "Detection Serial Number"; } sensor_data { String ioos_category "Unknown"; String long_name "Sensor Data"; } sensor_data_units { String ioos_category "Unknown"; String long_name "Sensor Data Units"; } receiver_log_id { String ioos_category "Identifier"; String long_name "Receiver Log ID"; } deployment_id { String ioos_category "Identifier"; String long_name "Deployment ID"; } detection_quality { String ioos_category "Unknown"; String long_name "Deployment Quality"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } position_data_source { String ioos_category "Unknown"; String long_name "Position Data Source"; } uncertainty_in_latitude { String ioos_category "Unknown"; String long_name "Uncertainty in Latitude"; } uncertainty_in_longitude { String ioos_category "Unknown"; String long_name "Uncertainty in Longitude"; } depth_data_source { String ioos_category "Unknown"; String long_name "Depth Data Source"; } uncertainty_in_depth { String ioos_category "Unknown"; String long_name "Uncertainty in Depth"; } other_position_data { String ioos_category "Unknown"; String long_name "Other Position Data"; } dataset_quality { String ioos_category "Unknown"; String long_name "Dataset Quality"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "???"; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2024-11-14T19:41:31Z (source database) 2024-11-14T19:41:31Z http://erddap.factnetwork.secoora.org:80/erddap/tabledap/nodename_aat_detections.html"; String infoUrl "http://www.oceantrackingnetwork.org/"; String institution "OTN"; 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 summary "Detections data."; String title "Detections"; } }
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.