![]() |
Italian Arctic Data Center - ERDDAP
Easier access to scientific data |
log in
|
| Dataset Title: | prova
|
| Institution: | Institute of Polar Sciences (Dataset ID: 1d4af94a-1491-4b6c-945c-7d0b7bc71f18) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range 0.0, 350.0;
String axis "X";
String colorBarMaximum "180.0";
String colorBarMinimum "-180.0";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -19.0, 21.0;
String axis "Y";
String ioos_category "Location";
String long_name "Llaattitude";
String standard_name "latitude";
String units "degrees_north";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.4323824e+9, 1.4330736e+9;
String axis "T";
String ioos_category "Time";
String long_name "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";
}
station {
String cf_role "timeseries_id";
String long_name "Station";
}
wmo_platform_code {
Int32 _FillValue 2147483647;
Int32 actual_range 13001, 56053;
String long_name "Wmo Platform Code";
}
T_25 {
Float64 _FillValue NaN;
Float64 actual_range 21.45, 31.01;
String long_name "T 25";
}
}
NC_GLOBAL {
String cdm_data_type "TimeSeries";
String cdm_timeseries_variables "station,latitude,longitude";
String contributor_email "kiara212@hotmail.it";
String contributor_institution "Institute of Polar Sciences";
String contributor_name "ME";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_email "chiara.ripa@cnr.it";
String creator_name "Chiara Ripa";
Float64 Easternmost_Easting 350.0;
String featureType "TimeSeries";
Float64 geospatial_lat_max 21.0;
Float64 geospatial_lat_min -19.0;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 350.0;
Float64 geospatial_lon_min 0.0;
String geospatial_lon_units "degrees_east";
String history
"HISTORY
2026-02-02T07:36:17Z (local files)
2026-02-02T07:36:17Z https://data.iadc.cnr.it/erddap/tabledap/1d4af94a-1491-4b6c-945c-7d0b7bc71f18.html";
String infoUrl "https://pra.it";
String institution "Institute of Polar Sciences";
String keywords "code, data, institute, latitude, longitude, meteorological, organisation, platform, polar, prova, sciences, station, T_25, time, wmo, wmo_platform_code, world";
String license "CC BY-NC: This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator.";
Float64 Northernmost_Northing 21.0;
String publisher_name "Italian Arctic Data Center";
String publisher_type "group";
String publisher_url "https://iadc.cnr.it";
String sourceUrl "(local files)";
Float64 Southernmost_Northing -19.0;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "prova. Institute of Polar Sciences data from a local source.";
String time_coverage_end "2015-05-31T12:00:00Z";
String time_coverage_start "2015-05-23T12:00:00Z";
String title "prova";
Float64 Westernmost_Easting 0.0;
}
}
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.