|
Voice of the Ocean ERDDAP™
Easier access to scientific data |
|
|
| Dataset Title: | Data from a local source.
|
| Institution: | ??? (Dataset ID: goos_passport_dataset) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Files
| Make a graph
|
Attributes {
s {
PASSPORT_IDENTIFIER {
String long_name "PASSPORT IDENTIFIER";
}
PROGRAM {
String long_name "PROGRAM";
}
PLATFORM_MODEL {
String long_name "PLATFORM MODEL";
}
PLATFORM_SERIAL_NUMBER {
String long_name "PLATFORM SERIAL NUMBER";
}
DEPLOYMENT_DATE {
Float64 actual_range 1.59790341e+9, 1.780681235e+9;
String ioos_category "Time";
String long_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 55.4266357421875, 60.11641311645508;
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
DEPLOYMENT_LONGITUDE {
Float64 actual_range 9.709866523742676, 20.08635139465332;
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
DEPLOYMENT_SHIP {
String long_name "DEPLOYMENT SHIP";
}
GTS_ID {
Int32 _FillValue 2147483647;
Int32 actual_range 6801505, 8901204;
String long_name "GTS ID";
}
TELECOM_TYPE {
String long_name "TELECOM TYPE";
}
END_DATE {
Float64 actual_range 1.59974427e+9, 1.781600779e+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 long_name "ENDING CAUSE";
}
PRINCIPAL_INVESTIGATOR {
String long_name "PRINCIPAL INVESTIGATOR";
}
AGENCIES {
String long_name "AGENCIES";
}
AGENCY_ROLES {
String long_name "AGENCY ROLES";
}
CONTRIBUTORS {
String long_name "CONTRIBUTORS";
}
CONTRIBUTOR_ROLE {
String long_name "CONTRIBUTOR ROLE";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String history
"2026-08-20T11:42:32Z (local files)
2026-08-20T11:42:32Z 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, investigator, latitude, local, longitude, model, number, passport, PASSPORT_IDENTIFIER, platform, PLATFORM_MODEL, PLATFORM_SERIAL_NUMBER, principal, PRINCIPAL_INVESTIGATOR, program, role, roles, serial, ship, source, system, telecom, TELECOM_TYPE, telecommunications, time, type";
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, PLATFORM_MODEL, DEPLOYMENT_SHIP, TELECOM_TYPE, ENDING_CAUSE, PRINCIPAL_INVESTIGATOR, AGENCIES, AGENCY_ROLES, CONTRIBUTORS, CONTRIBUTOR_ROLE";
String summary "Data from a local source.";
String testOutOfDate "now-106days";
String title "Data from a local source.";
}
}
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.