![]() |
ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | Drifters Data
|
| Institution: | ICATMAR (Dataset ID: socat_data_drifters_ICATMAR) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Data Access Form
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
deployment_id {
String ioos_category "Unknown";
String long_name "Deployment ID";
}
buoy_name {
String ioos_category "Unknown";
String long_name "Buoy Name";
}
drifter_type {
String ioos_category "Unknown";
String long_name "Drifter Type";
}
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "Date Time";
String source_name "date_time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
institution {
String ioos_category "Unknown";
String long_name "Institution";
}
project {
String ioos_category "Identifier";
String long_name "Project";
}
pi_name {
String ioos_category "Identifier";
String long_name "Pi Name";
}
exercise {
String ioos_category "Unknown";
String long_name "Exercise";
}
latitude {
String _CoordinateAxisType "Lat";
String axis "Y";
Float64 colorBarMaximum 90.0;
Float64 colorBarMinimum -90.0;
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
String axis "X";
Float64 colorBarMaximum 180.0;
Float64 colorBarMinimum -180.0;
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
location {
String ioos_category "Location";
String long_name "Location";
}
temperature {
String ioos_category "Temperature";
String long_name "Temperature";
}
}
NC_GLOBAL {
String cdm_data_type "Point";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String featureType "Point";
String geospatial_lat_units "degrees_north";
String geospatial_lon_units "degrees_east";
String history
"2025-12-25T14:05:41Z (source database)
2025-12-25T14:05:41Z http://erddap.icatmar.cat/tabledap/socat_data_drifters_ICATMAR.das";
String infoUrl "???";
String institution "ICATMAR";
String keywords "data, date, drifter, drifter_type, exercise, identifier, institution, latitude, local, longitude, name, pi_name, project, source, temperature, 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 "(source database)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Drifters data";
String title "Drifters Data";
}
}
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.