![]() |
ERDDAP
Ocean Observing System |
Compliance Complete Report
Compliance Dataset Results
CF 1.8 IOOS Compliance Report on ERDDAP datasets
|
Dataset Title: | Detection Extracts
![]() ![]() |
Institution: | Ocean Tracking Network (Dataset ID: detection_extracts) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.083554426e+9, 1.74567642e+9; String axis "T"; String calendar "gregorian"; String ioos_category "Time"; String long_name "Uncorrected Date Collected UTC"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range -15.41788, 70.61173; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; String source_name "decimalLatitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -146.94856, 34.91808; String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String ioos_category "Location"; String long_name "Longitude"; String source_name "decimalLongitude"; String standard_name "longitude"; String units "degrees_east"; } basisOfRecord { String ioos_category "Unknown"; String long_name "Basis Of Record"; } institutionCode { String ioos_category "Unknown"; String long_name "Institution Code"; } collectionCode { String ioos_category "Unknown"; String long_name "Collection Code"; } dateLastModified { Float64 _FillValue 9223372036854775807; Float64 actual_range 1283385600000, 1749945600000; String ioos_category "Time"; String long_name "Date Last Modified"; } dateCollectedUTC { Float64 actual_range 1.083554426e+9, 1.74567642e+9; String calendar "gregorian"; String ioos_category "Time"; String long_name "Date Collected UTC"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } tagName { String ioos_category "Unknown"; String long_name "Tag Name"; } catalogNumber { String ioos_category "Statistics"; String long_name "Catalog Number"; } station { String ioos_category "Identifier"; String long_name "Station"; } scientificName { String ioos_category "Taxonomy"; String long_name "Scientific Name"; } receiverSerial { Int32 _FillValue 2147483647; String ioos_category "Unknown"; String long_name "Receiver Serial"; } geodeticDatum { String ioos_category "Location"; String long_name "Geodetic Datum"; } rcvrCatNumber { String ioos_category "Statistics"; String long_name "Rcvr Cat Number"; } sensorType { String ioos_category "Unknown"; String long_name "Sensor Type"; } sensorName { String ioos_category "Unknown"; String long_name "Sensor Name"; } sensorRaw { String ioos_category "Unknown"; String long_name "Sensor Raw"; } contactPI { String ioos_category "Identifier"; String long_name "Tag Contact PI"; } contactPOC { String ioos_category "Identifier"; String long_name "Tag Point of Contact"; } } NC_GLOBAL { String cdm_data_type "Point"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; Float64 Easternmost_Easting 34.91808; String featureType "Point"; Float64 geospatial_lat_max 70.61173; Float64 geospatial_lat_min -15.41788; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 34.91808; Float64 geospatial_lon_min -146.94856; String geospatial_lon_units "degrees_east"; String history "2025-09-18T21:51:26Z (local files) 2025-09-18T21:51:26Z http://erddap.oceantrack.org/erddap/tabledap/detection_extracts.html"; String infoUrl "https://oceantrackingnetwork.org/"; String institution "Ocean Tracking Network"; String keywords "basis, basisOfRecord, big, cat, catalogNumber, code, collected, collection, collectionCode, data, date, dateCollectedUTC, dateLastModified, datum, geodetic, geodeticDatum, geometry, identifier, institution, institutionCode, latitude, longitude, modified, name, number, parquet, raw, rcvr, rcvrCatNumber, receiver, receiverSerial, record, sensor, sensorName, sensorRaw, sensorType, serial, station, statistics, tag, tagName, time, type, uncorrected, uncorrectedDateCollectedUTC"; String license "license\">CC-BY 4.0 : By accessing or using OTN Data you agree to: a) give proper attribution to all Data Providers and to OTN by using the preformed citations contained in OTN metadata reports and in the data records, b) inform OTN of publications, products or commercial applications using the data, c) acknowledge that neither the OTN nor the provider is liable for inaccuracies in the data, d) assume responsibility for investigating and understanding the limitations of the data, e) report all problems with respect to data to otndc@dal.ca. For full policy, see: https://members.oceantrack.org/data/policies."; Float64 Northernmost_Northing 70.61173; String sourceUrl "(local files)"; Float64 Southernmost_Northing -15.41788; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "basisOfRecord, institutionCode, collectionCode, dateLastModified, geodeticDatum, sensorType, sensorName, sensorRaw"; String summary "Detection Extracts - Tracker Data. Data from a local source."; String time_coverage_end "2025-04-26T14:07:00Z"; String time_coverage_start "2004-05-03T03:20:26Z"; String title "Detection Extracts"; Float64 Westernmost_Easting -146.94856; } }
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.