cambecc / earth

a project to visualize global weather conditions
http://earth.nullschool.net
MIT License
6.04k stars 1.17k forks source link

Curl link for getting weather data doesnt work anymore #63

Open devcer opened 7 years ago

devcer commented 7 years ago

curl "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs.pl?file=gfs.t00z.pgrb2.1p00.f000&lev_10_m_above_ground=on&var_UGRD=on&var_VGRD=on&dir=%2Fgfs.${YYYYMMDD}00" -o gfs.t00z.pgrb2.1p00.f000

The above command doesnt work anymore. any thoughts on how we can get the latest data and update the globe with it?