vinc / forecaster

Ruby wrapper around wgrib2 to read data directly from the Global Forecast System ⛅
MIT License
16 stars 7 forks source link

Fix gfs url format #1

Closed pocketIlmatto closed 4 years ago

pocketIlmatto commented 5 years ago

Tests were failing because the url format was incorrect: Original url example: http://www.ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/gfs.2019072900/gfs.t00z.pgrb2.0p25.f003

Fixed example: https://ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/gfs.20190729/00/gfs.t00z.pgrb2.0p25.f003

vinc commented 4 years ago

Hi @pocketIlmatto, thanks for your contribution, sorry it took me so long to review it!