I am interested in getting the GFS forecast data for Europe which is available for free from the following website.
The data can be downloaded from here
I just need the data for the Europe (Germany to be exact). While Reading
the grb file, I found that the data-set is huge and has dimension of 65160 352
grib <- readGDAL("gfs_3_20170215_1800_000.grb")
I was looking for the documentation for the file. What does the each column mean? and such. If you happen to know anything about it, please let me know.