![]() |
POLARIN ERDDAP
Easier access to scientific data |
|
| Dataset Title: | DomeC SP02 (domec sp02 kys2o8)
|
| Institution: | Italian National Research Council - Institute of Polar Sciences (Dataset ID: cnr_antarcticdatacenter_b2f6_9c7a_6958) |
| Range: | longitude = 123.0 to 123.0°E, latitude = -75.0 to -75.0°N, time = 2006-01-01T12:00:00Z to 2010-01-26T12:00:00Z |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Data Access Form
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.1361168e+9, 1.2645072e+9;
String axis "T";
Float64 colorBarMaximum 1.3e+9;
Float64 colorBarMinimum 1.1e+9;
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";
}
AOD_500nm {
Float32 actual_range 0.01337517, 0.03213608;
Float64 colorBarMaximum 0.035;
Float64 colorBarMinimum 0.01;
String ioos_category "Unknown";
String long_name "AOD(500nm)";
}
alpha {
Float32 actual_range 1.020011, 2.27083;
Float64 colorBarMaximum 2.5;
Float64 colorBarMinimum 0.5;
String ioos_category "Unknown";
String long_name "Alpha";
}
station_id {
String cf_role "timeseries_id";
String ioos_category "Identifier";
String long_name "Id of the station in the TimeSeries";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -75.0, -75.0;
String axis "Y";
Float64 colorBarMaximum 90.0;
Float64 colorBarMinimum -90.0;
String ioos_category "Location";
String long_name "latitude position of the station";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range 123.0, 123.0;
String axis "X";
Float64 colorBarMaximum 180.0;
Float64 colorBarMinimum -180.0;
String ioos_category "Location";
String long_name "longitude position of the station";
String standard_name "longitude";
String units "degrees_east";
}
}
NC_GLOBAL {
String cdm_data_type "TimeSeries";
String cdm_timeseries_variables "station_id,latitude,longitude";
String contributor_email "simone.pulimeno@unive.it";
String contributor_institution "CNR-ISP";
String contributor_name "Simone Pulimeno";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_email "simone.pulimeno@cnr.it";
String creator_name "Italian National Research Council - Institute of Polar Sciences";
String creator_url "https://www.isp.cnr.it/";
Float64 Easternmost_Easting 123.0;
String featureType "TimeSeries";
Float64 geospatial_lat_max -75.0;
Float64 geospatial_lat_min -75.0;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 123.0;
Float64 geospatial_lon_min 123.0;
String geospatial_lon_units "degrees_east";
String history
"-no history-
2026-05-29T14:27:06Z (local files)
2026-05-29T14:27:06Z https://antarcticdatacenter.cnr.it/erddap/tabledap/domec_sp02_kys2o8.das
2026-05-29T15:26:33Z https://antarcticdatacenter.cnr.it/erddap/tabledap/domec_sp02_kys2o8
2026-05-29T15:26:33Z https://erddap.s4polarin.eu/erddap-cnr/tabledap/cnr_antarcticdatacenter_b2f6_9c7a_6958.das";
String infoUrl "https://www.isp.cnr.it/";
String institution "Italian National Research Council - Institute of Polar Sciences";
String keywords "500nm, aerosol, alpha, aod, aod_500nm, council, data, depth, domec, identifier, institute, italian, kys2o8, latitude, longitude, national, optical, polar, position, research, sciences, sp02, station, station_id, time, timeseries";
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.";
Float64 Northernmost_Northing -75.0;
String sourceUrl "https://antarcticdatacenter.cnr.it/erddap/tabledap/domec_sp02_kys2o8";
Float64 Southernmost_Northing -75.0;
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "time, AOD_500nm, alpha, station_id, latitude, longitude";
String summary "Aerosol Optical Depth (AOD) 500nm and alpha.";
String time_coverage_end "2010-01-26T12:00:00Z";
String time_coverage_start "2006-01-01T12:00:00Z";
String title "DomeC SP02 (domec sp02 kys2o8)";
Float64 Westernmost_Easting 123.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.