![]() |
The NOAA GEO-IDE UAF ERDDAP
Easier access to all of NOAA's data |
log in
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Top Dataset, monolevel, wvinc.mon.mean (NARR Monthly Means) [y][x]
![]() ![]() |
Institution: | National Centers for Environmental Prediction (Dataset ID: noaa_esrl_97f7_582d_d701) |
Information: | Summary ![]() ![]() ![]() |
![]() |
Attributes { y { Float32 actual_range 0.0, 8959788.0; String ioos_category "Location"; String long_name "northward distance from southwest corner of domain in projection coordinates"; String standard_name "projection_y_coordinate"; String units "m"; } x { Float32 actual_range 0.0, 1.129712e+7; String ioos_category "Location"; String long_name "eastward distance from southwest corner of domain in projection coordinates"; String standard_name "projection_x_coordinate"; String units "m"; } lat { String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String coordinate_defines "point"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } lon { String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String coordinate_defines "point"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } NC_GLOBAL { String cdm_data_type "Grid"; Float64 centerlat 50.0; Float64 centerlon -107.0; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creator_name "NOAA NCEP"; String creator_type "institution"; String creator_url "http://www.ncep.noaa.gov/"; String dataset_title "NCEP North American Regional Reanalysis (NARR)"; String history "created 2016/04/12 by NOAA/ESRL/PSD 2018-04-23T13:51:18Z https://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/Monthlies/monolevel/wvinc.mon.mean.nc 2018-04-23T13:51:18Z http://upwell.pfeg.noaa.gov/griddap/noaa_esrl_97f7_582d_d701.das"; String id "Datasets/NARR/Monthlies/monolevel/wvinc.mon.mean.nchttps://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/Monthlies/monolevel/wvinc.mon.mean.nc"; String infoUrl "https://www.esrl.noaa.gov/psd/data/gridded/data.narr.html"; String institution "National Centers for Environmental Prediction"; String keywords "centers, data, dataset, environmental, latitude, longitude, means, monolevel, month, monthly, narr, national, prediction, top, wvinc.mon.mean"; Float32 latcorners 1.000001, 0.897945, 46.3544, 46.63433; 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."; Float32 loncorners -145.5, -68.32005, -2.569891, 148.6418; String platform "Model"; String references "https://www.esrl.noaa.gov/psd/data/gridded/data.narr.html"; String source "http://www.emc.ncep.noaa.gov/mmb/rreanl/index.html"; String sourceUrl "https://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/Monthlies/monolevel/wvinc.mon.mean.nc"; String standard_name_vocabulary "CF Standard Name Table v29"; Float64 standardpar1 50.0; Float64 standardpar2 50.000001; String summary "NARR Monthly Means (Top Dataset, monolevel, wvinc.mon.mean)"; String title "Top Dataset, monolevel, wvinc.mon.mean (NARR Monthly Means) [y][x]"; } }
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
https://upwell.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://upwell.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]).
For details, see the griddap Documentation.