![]() |
ERDDAP
Easier access to scientific data |
|
Brought to you by ICATMAR |
| Dataset Title: | Drifters Data
|
| Institution: | ICATMAR (Dataset ID: socat_data_drifters_ICATMAR) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Make a graph
|
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
"2026-05-29T21:42:47Z (source database)
2026-05-29T21:42:47Z http://erddap.icatmar.cat/erddap/tabledap/socat_data_drifters_ICATMAR.html";
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
"This dataset by ICATMAR is licensed under a Creative Commons Attribution 4.0
International License. You should have received a copy of the license along with this work.
If not, see https://creativecommons.org/licenses/by/4.0/.";
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.