ERDDAP at the APDRC
Easier access to scientific data |
log in
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Reanalysis Data NOAA 20th Century V3 daily monolevel dswrf LTM |
Institution: | APDRC (Dataset ID: hawaii_soest_bf23_56d6_684b) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Data Access Form |
Click on the map to specify a new center point.
Zoom: |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range -6.21357696e+10, -6.210432e+10; String axis "T"; String calendar "GREGORIAN"; String direction "L"; String ioos_category "Time"; String long_name "Time"; String modulo "yes"; String modulo_length "365.2425"; String point_spacing "even"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range -90.0, 90.0; String axis "Y"; String direction "J"; String ioos_category "Location"; String long_name "Latitude"; String point_spacing "even"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range 0.0, 359.0; String axis "X"; String direction "I"; String ioos_category "Location"; String long_name "Longitude"; String modulo "yes"; String point_spacing "even"; String standard_name "longitude"; String units "degrees_east"; } dswrf { Float32 _FillValue -9.96921e+36; Float64 colorBarMaximum 500.0; Float64 colorBarMinimum -500.0; String direction "IJL"; String ioos_category "Heat Flux"; String long_name "daily long term mean mean 3-hourly downward solar radiation flux at surface"; Float32 missing_value -9.96921e+36; } valid_yr_count { Float32 _FillValue -9.96921e+36; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String direction "IJL"; String ioos_category "Statistics"; String long_name "count of non-missing values used in mean"; Float32 missing_value -9.96921e+36; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_email "webmaster.esrl@noaa.gov"; String creator_name "APDRC"; String creator_type "institution"; String creator_url "https://www.esrl.noaa.gov/"; Float64 Easternmost_Easting 359.0; Float64 geospatial_lat_max 90.0; Float64 geospatial_lat_min -90.0; Float64 geospatial_lat_resolution 1.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 359.0; Float64 geospatial_lon_min 0.0; Float64 geospatial_lon_resolution 1.0; String geospatial_lon_units "degrees_east"; String history "2024-10-10T04:35:28Z http://apdrc.soest.hawaii.edu/thredds/dodsC/las/esrl_daily_monolevel_v3/data_apdrc.soest.hawaii.edu_80_dods_public_data_Reanalysis_Data_NOAA_20th_Century_V3_daily_monolevel_dswrf_LTM.jnl 2024-10-10T04:35:28Z http://apdrc.soest.hawaii.edu/griddap/hawaii_soest_bf23_56d6_684b.das"; String infoUrl "http://apdrc.soest.hawaii.edu/thredds/dodsC/las/esrl_daily_monolevel_v3/data_apdrc.soest.hawaii.edu_80_dods_public_data_Reanalysis_Data_NOAA_20th_Century_V3_daily_monolevel_dswrf_LTM.jnl.html"; String institution "APDRC"; String keywords "20th, 3-hourly, apdrc.soest.hawaii.edu, century, count, daily, data, day, dods, downward, dswrf, earth, flux, hawaii, heat, heat flux, hour, hourly, latitude, long, longitude, ltm, mean, missing, monolevel, noaa, non, non-missing, ocean, public, radiation, reanalysis, school, science, soest, solar, statistics, surface, technology, term, time, used, valid_yr_count, values"; 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 90.0; String sourceUrl "http://apdrc.soest.hawaii.edu/thredds/dodsC/las/esrl_daily_monolevel_v3/data_apdrc.soest.hawaii.edu_80_dods_public_data_Reanalysis_Data_NOAA_20th_Century_V3_daily_monolevel_dswrf_LTM.jnl"; Float64 Southernmost_Northing -90.0; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "Reanalysis Data NOAA 20th Century V3 daily monolevel dswrf Long Term Mean (LTM)"; String time_coverage_end "0001-12-31T00:00:00Z"; String time_coverage_start "0001-01-01T00:00:00Z"; String title "Reanalysis Data NOAA 20th Century V3 daily monolevel dswrf LTM"; Float64 Westernmost_Easting 0.0; } }
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.
griddap request URLs must be in the form
http://apdrc.soest.hawaii.edu/erddap/griddap/datasetID.fileType{?query}
For example,
http://apdrc.soest.hawaii.edu/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2015-06-09T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a variable name (e.g., analysed_sst),
followed by a set of [] for each of the variable's dimensions
(for example, [time][latitude][longitude]),
with your desired (start):stride:(stop) values within each [].
For details, see the griddap Documentation.