nikola
Results
1
comments of
nikola
> I found I had to change the URL as follows: > > ``` > GFS_URL="https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_${RES}.pl?file=gfs.t${GFS_TIME}z.pgrb2.${RES}.anl&lev_max_wind=on&${BBOX}&dir=%2Fgfs.${GFS_DATE}%2F${GFS_TIME}%2Fatmos" > ``` > > and update prepare.js as follows: > > ```js > const...