|
ERDDAP
Ocean Observing System |
Compliance Complete Report
Compliance Dataset Results
CF 1.8 IOOS Compliance Report on ERDDAP datasets
|
| Dataset Title: | Tag Releases
|
| Institution: | Ocean Tracking Network (Dataset ID: otn_aat_tag_releases) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Make a graph
|
Attributes {
s {
release_project_reference {
String ioos_category "Identifier";
String long_name "Release Project Reference Code";
}
datacenter_reference {
String ioos_category "Identifier";
String long_name "Datacenter Reference";
}
tag_device_id {
String ioos_category "Identifier";
String long_name "Tag Device ID";
}
release_guid {
String ioos_category "Identifier";
String long_name "Release GUID";
}
release_reference_id {
String ioos_category "Identifier";
String long_name "Release Reference ID";
}
release_reference_type {
String ioos_category "Unknown";
String long_name "Release Reference Type";
}
latitude {
String _CoordinateAxisType "Lat";
String axis "Y";
String ioos_category "Location";
String long_name "Release Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
String axis "X";
String ioos_category "Location";
String long_name "Release Longitude";
String standard_name "longitude";
String units "degrees_east";
}
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "Release Datetime UTC";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
expected_enddate {
String ioos_category "Time";
String long_name "Expected Enddate";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
manufacturer {
String ioos_category "Unknown";
String long_name "Manufacturer";
}
tag_model {
String ioos_category "Identifier";
String long_name "Tag Model";
}
tag_serial_number {
String ioos_category "Identifier";
String long_name "Tag Serial Number";
}
tag_frequency {
String ioos_category "Unknown";
String long_name "Tag Frequency";
}
tag_coding_system {
String ioos_category "Unknown";
String long_name "Tag Coding System";
}
transmitted_id {
String ioos_category "Identifier";
String long_name "Transmitted ID";
}
transmittername {
String ioos_category "Identifier";
String long_name "Transmittername";
}
transmitter_type {
String ioos_category "Unknown";
String long_name "Transmitter Type";
}
tag_programming_id {
String ioos_category "Identifier";
String long_name "Tag Programming ID";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "AAT, COARDS, CF-1.6, ACDD-1.3";
String geospatial_lat_units "degrees_north";
String geospatial_lon_units "degrees_east";
String history
"2026-08-12T05:34:28Z (source database)
2026-08-12T05:34:28Z http://erddap.oceantrack.org/erddap/tabledap/otn_aat_tag_releases.html";
String infoUrl "http://oceantrackingnetwork.org/";
String institution "Ocean Tracking Network";
String keywords "ACOUSTIC RECEIVERS, ACOUSTIC TAGS, Earth Science > Biological\\n Classification > Animals/Vertebrates > Fish";
String keywords_vocabulary "GCMD Science Keywords";
String license
"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.";
String publisher_email "otndc@dal.ca";
String publisher_name "OTN Data Centre";
String publisher_url "http://members.oceantrack.org";
String sourceUrl "(source database)";
String standard_name_vocabulary "CF-11";
String summary "Tag Releases.";
String title "Tag Releases";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.