|
Voice of the Ocean ERDDAP™
Easier access to scientific data |
|
|
| Dataset Title: | WIGOS-passport-ids
|
| Institution: | ??? (Dataset ID: goos_sensor_dataset) |
| Information: | Summary
| License
| Metadata
| Background
| Files
|
Attributes {
s {
PASSPORT_IDENTIFIER {
String ioos_category "Identifier";
String long_name "PASSPORT IDENTIFIER";
}
SHORTCODE {
String ioos_category "Unknown";
String long_name "SHORTCODE";
}
SENSOR_MODEL {
String ioos_category "Unknown";
String long_name "SENSOR MODEL";
}
VARIABLE {
String ioos_category "Unknown";
String long_name "VARIABLE";
}
SERIAL_NUMBER {
String ioos_category "Statistics";
String long_name "SERIAL NUMBER";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String history
"2026-04-29T07:48:28Z (local files)
2026-04-29T07:48:28Z https://erddap.observations.voiceoftheocean.org/erddap/tabledap/goos_sensor_dataset.html";
String infoUrl "???";
String institution "???";
String keywords "data, identifier, ids, model, number, passport, PASSPORT_IDENTIFIER, sensor, SENSOR_MODEL, serial, SERIAL_NUMBER, shortcode, statistics, variable, wigos, wigos-passport-ids";
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 "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "WIGOS-passport-ids. Data from a local source.";
String title "WIGOS-passport-ids";
}
}
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.