|
Voice of the Ocean ERDDAP™
Easier access to scientific data |
|
|
| Dataset Title: | GOOS WIGOS passport information for harvest
|
| Institution: | ??? (Dataset ID: goos_passport_dataset) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Files
| Make a graph
|
Attributes {
s {
PASSPORT_IDENTIFIER {
String ioos_category "Identifier";
String long_name "PASSPORT IDENTIFIER";
}
PROGRAM {
String ioos_category "Unknown";
String long_name "PROGRAM";
}
NETWORK {
String ioos_category "Unknown";
String long_name "NETWORK";
}
PLATFORM_MODEL {
String ioos_category "Unknown";
String long_name "PLATFORM MODEL";
}
PLATFORM_SERIAL_NUMBER {
String ioos_category "Statistics";
String long_name "PLATFORM SERIAL NUMBER";
}
DEPLOYMENT_DATE {
Float64 actual_range 1.66482393e+9, 1.776244916e+9;
String ioos_category "Time";
String long_name "DEPLOYMENT DATE";
String source_name "DEPLOYMENT_DATE";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String time_precision "1970-01-01T00:00:00Z";
String units "seconds since 1970-01-01T00:00:00Z";
}
DEPLOYMENT_LATITUDE {
Float64 actual_range -37.06520080566406, 60.04566955566406;
Float64 colorBarMaximum 90.0;
Float64 colorBarMinimum -90.0;
String ioos_category "Location";
String long_name "Latitude";
String source_name "DEPLOYMENT LATITUDE";
String standard_name "latitude";
String units "degrees_north";
}
DEPLOYMENT_LONGITUDE {
Float64 actual_range 9.709866523742676, 19.94409942626953;
Float64 colorBarMaximum 180.0;
Float64 colorBarMinimum -180.0;
String ioos_category "Location";
String long_name "Longitude";
String source_name "DEPLOYMENT LONGITUDE";
String standard_name "longitude";
String units "degrees_east";
}
DEPLOYMENT_SHIP {
String ioos_category "Unknown";
String long_name "DEPLOYMENT SHIP";
}
GTS_ID {
Int32 _FillValue 2147483647;
Int32 actual_range 2801950, 8901183;
String ioos_category "Identifier";
String long_name "GTS ID";
}
TELECOM_TYPE {
String ioos_category "Unknown";
String long_name "TELECOM TYPE";
}
END_DATE {
Float64 actual_range 1.665584289e+9, 1.776433253e+9;
String ioos_category "Time";
String long_name "END DATE";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String time_precision "1970-01-01T00:00:00Z";
String units "seconds since 1970-01-01T00:00:00Z";
}
ENDING_CAUSE {
String ioos_category "Unknown";
String long_name "ENDING CAUSE";
}
PRINCIPAL_INVESTIGATOR {
String ioos_category "Unknown";
String long_name "PRINCIPAL INVESTIGATOR";
}
AGENCIES {
String ioos_category "Unknown";
String long_name "AGENCIES";
}
AGENCY_ROLES {
String ioos_category "Unknown";
String long_name "AGENCY ROLES";
}
CONTRIBUTORS {
String ioos_category "Unknown";
String long_name "CONTRIBUTORS";
}
CONTRIBUTOR_ROLE {
String ioos_category "Unknown";
String long_name "CONTRIBUTOR ROLE";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String history
"2026-04-29T07:50:06Z (local files)
2026-04-29T07:50:06Z https://erddap.observations.voiceoftheocean.org/erddap/tabledap/goos_passport_dataset.html";
String infoUrl "???";
String institution "???";
String keywords "agencies, agency, AGENCY_ROLES, cause, contributor, CONTRIBUTOR_ROLE, contributors, data, date, deployment, DEPLOYMENT_SHIP, end, END_DATE, ending, ENDING_CAUSE, global, gts, GTS_ID, identifier, ids, investigator, latitude, longitude, model, network, number, passport, PASSPORT_IDENTIFIER, platform, PLATFORM_MODEL, PLATFORM_SERIAL_NUMBER, principal, PRINCIPAL_INVESTIGATOR, program, role, roles, serial, ship, statistics, system, telecom, TELECOM_TYPE, telecommunications, time, type, 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 subsetVariables "PROGRAM, NETWORK, PLATFORM_MODEL, DEPLOYMENT_SHIP, TELECOM_TYPE, PRINCIPAL_INVESTIGATOR, AGENCIES, AGENCY_ROLES, CONTRIBUTORS, CONTRIBUTOR_ROLE";
String summary "WIGOS-passport-ids. Data from a local source.";
String title "GOOS WIGOS passport information for harvest";
}
}
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.