![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|
Brought to you by EMODnet Physics |
| Dataset Title: | ARICE all cruises DB
|
| Institution: | EMODnet Physics (Dataset ID: ARICE_all_cruise_db) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Files
| Make a graph
|
Attributes {
s {
datasetID {
String long_name "datasetID";
}
title {
String long_name "Title";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 7.377123e+8, 1.61278686e+9;
String axis "T";
String ioos_category "Time";
String long_name "Min Time";
String source_name "minTime";
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";
}
maxTime {
Float64 actual_range 7.409661e+8, 3.4712928e+9;
String ioos_category "Time";
String long_name "Max Time";
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";
}
infoUrl {
String long_name "Info Url";
}
RequestURL {
String long_name "Request URL";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "EMODnet Physics";
String creator_type "institution";
String creator_url "https://portal.emodnet-physics.eu/";
String history
"2025-11-05T19:20:26Z (local files)
2025-11-05T19:20:26Z http://erddap.emodnet-physics.eu/erddap/tabledap/ARICE_all_cruise_db.html";
String infoUrl "https://portal.emodnet-physics.eu/";
String institution "EMODnet Physics";
String keywords "a_num, cruises, data, emodnet, info, infoUrl, max, maxTime, min, physics, polastern, request, RequestURL, time, title, \\ufeffnum";
String license "CC BY 4.0";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v55";
String subsetVariables "title";
String summary "Collection of link to POLASTERN cruises datasets";
String time_coverage_end "2021-02-08T12:21:00Z";
String time_coverage_start "1993-05-18T08:05:00Z";
String title "ARICE all cruises DB";
}
}
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.