![]() |
National Antarctic Data Center - ERDDAP
Easier access to scientific data |
log in
|
| Dataset Title: | JBS shortwave radiation
|
| Institution: | Institute of Polar Sciences (Dataset ID: 2792569e-909a-4ece-8683-0a6c95cdd127) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.54831944e+9, 1.76722554e+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";
}
SWD {
Float32 actual_range 0.0, 1164.4;
String long_name "SWD";
String standard_name "downwelling_shortwave_flux_in_air";
String units "Wm-2";
}
DIF {
Float32 actual_range 0.0, 662.7;
String long_name "DIF";
String standard_name "diffuse_downwelling_shortwave_flux_in_air";
String units "wm-2";
}
station_id {
String actual_range
"Jang Bogo Station, Antarctica (JBS)
Jang Bogo Station, Antarctica (JBS)";
String cf_role "timeseries_id";
String long_name "Id of the station in the TimeSeries";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -74.6167, -74.6167;
String axis "Y";
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 164.2, 164.2;
String axis "X";
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 "mauro.mazzola@cnr.it";
String contributor_institution "Institute of Polar Sciences";
String contributor_name "Mauro Mazzola";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_email "mauro.mazzola@cnr.it";
String creator_name "Mauro Mazzola";
String creator_url "www.isp.cnr.it";
Float64 Easternmost_Easting 164.2;
String featureType "TimeSeries";
Float64 geospatial_lat_max -74.6167;
Float64 geospatial_lat_min -74.6167;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 164.2;
Float64 geospatial_lon_min 164.2;
String geospatial_lon_units "degrees_east";
String history
"1-minute data as obtained by the instrument SPN1 Pyranometer
2026-07-17T01:08:58Z (local files)
2026-07-17T01:08:58Z https://antarcticdatacenter.cnr.it/erddap/tabledap/2792569e-909a-4ece-8683-0a6c95cdd127.html";
String infoUrl "https://iandc.pnra.aq/srv/api/records/5c20ca64-f553-4aa4-b705-a498cb06c89d";
String institution "Institute of Polar Sciences";
String keywords "antarctica, diffuse, global, jbs, pyranometer, radiation, radiometer, shortwave, spn1";
String license "Creative-Commons CC BY-NC-SA 4.0";
Float64 Northernmost_Northing -74.6167;
String publisher_name "National Antarctic Data Center of Italy";
String publisher_type "group";
String publisher_url "https://iandc.pnra.aq";
String sourceUrl "(local files)";
Float64 Southernmost_Northing -74.6167;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Shortwave-down total and diffuse solar fluxes measured using a Delta-T SPN1 at the KOPRI Jang Bogo Station in Antarctica. Project PNRA16_00031 SAMEECA.";
String time_coverage_end "2025-12-31T23:59:00Z";
String time_coverage_start "2019-01-24T08:44:00Z";
String title "JBS shortwave radiation";
Float64 Westernmost_Easting 164.2;
}
}
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.