|
ERDDAP
Ocean Observing System |
Compliance Complete Report
Compliance Dataset Results
CF 1.8 IOOS Compliance Report on ERDDAP datasets
|
| Dataset Title: | Ocean Tracking Network - Acoustic Receiver Temperature Logs
|
| Institution: | Ocean Tracking Network (Dataset ID: receivers_env) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.3386816e+9, 1.7244576e+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";
Float64 actual_range 42.83728, 44.478503;
String axis "Y";
String ioos_category "Location";
String long_name "Deployment Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range -63.53341, -63.07414;
String axis "X";
String ioos_category "Location";
String long_name "Deployment Longitude";
String standard_name "longitude";
String units "degrees_east";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float32 _FillValue NaN;
Float32 actual_range 45.0, 208.0;
String axis "Z";
String comment "Depth the receiver was roughly deployed at";
String ioos_category "Location";
String long_name "Receiver Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
temperature {
Float32 actual_range -2.4, 24.8;
String comment "Uncalibrated internal temperature within the receiver averaged over its sampling period";
String long_name "Temperature";
String units "deg_c";
}
Tilt_angle {
Float32 _FillValue NaN;
Float32 actual_range 0.0, 179.0;
String long_name "Tilt Angle";
String units "deg";
}
relative_humidity {
Float32 _FillValue NaN;
Float32 actual_range 6.0, 115.0;
Float64 colorBarMaximum 100.0;
Float64 colorBarMinimum 20.0;
String comment "Relative humidity inside the receiver";
String long_name "Relative Humidity";
String standard_name "relative_humidity";
String units "percentage";
}
tilt_deg {
Float32 _FillValue NaN;
Float32 actual_range 0.0, 90.0;
String long_name "Tilt Deg";
String units "deg";
}
receiver {
String cf_role "timeseries_id";
String comment "Receiver Model - Receiver Serial Number";
String long_name "Receiver Identifier";
}
bottom_depth {
Float32 actual_range 50.0, 213.0;
String comment "Bottom depth reported by ships instruments at the time of deployment. This field isn't always entered";
String long_name "Bottom Depth";
String units "m";
}
}
NC_GLOBAL {
String cdm_data_type "TimeSeries";
String cdm_timeseries_variables "receiver,latitude,longitude";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
Float64 Easternmost_Easting -63.07414;
String featureType "TimeSeries";
Float64 geospatial_lat_max 44.478503;
Float64 geospatial_lat_min 42.83728;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -63.07414;
Float64 geospatial_lon_min -63.53341;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 208.0;
Float64 geospatial_vertical_min 45.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-06-23T23:39:47Z (local files)
2026-06-23T23:39:47Z http://erddap.oceantrack.org/erddap/tabledap/receivers_env.html";
String infoUrl "https://oceantrackingnetwork.org/";
String institution "Ocean Tracking Network";
String keywords "angle, atmosphere, atmospheric, bottom, bottom_depth, data, date, dep, dep_lat, dep_long, depth, earth, Earth Science > Atmosphere > Atmospheric Water Vapor > Humidity, humidity, local, long, receiver, receiver_depth, relative, relative_humidity, science, source, temperature, tilt, Tilt_angle, tilt_deg, vapor, water";
String keywords_vocabulary "GCMD Science Keywords";
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.";
Float64 Northernmost_Northing 44.478503;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 42.83728;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Acoustic receivers are stationary instruments that receive coded pings at specific frequencies from acoustic tags that are attached to marine species. Many of these receivers are capable of logging their internal temperature and tilt angle. The temperature is measured using an uncalibrated sensor, with averaged temperature data reported every hour to the instrument’s internal logs.";
String time_coverage_end "2024-08-24T00:00:00Z";
String time_coverage_start "2012-06-03T00:00:00Z";
String title "Ocean Tracking Network - Acoustic Receiver Temperature Logs";
Float64 Westernmost_Easting -63.53341;
}
}
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.