URL for downloading new weather data seems wrong
See original GitHub issueWhile trying to use grib2json to get new weather data from NOMADS, I noticed that the URL format shown in the README here (and in the grib2json repo’s README) doesn’t load.
For example, this URL
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.${20140101}00
produces a 404 page that says: “Not Found: The requested URL /cgi-bin/filter_gfs.pl was not found on this server.”
While I try to figure out how the NOMADS file serving format has changed, I figured I’d let people know here, and if someone already knows the new format then they can provide it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Error downloading weather data - SAM Forum
Hello, I installed SAM latest updated version and I'm not able to download any weather files, could you please help?
Read more >Error in downloading historical weather data using R
Try going to the URL via your browser and seeing if there is data. Inspect the validity of the URL being tried: https://www.wunderground.com/ ......
Read more >Weather file URLs for DoE EPWs have changed - ladybug
I've downloaded and installed 1.3.0 the component to import from URL returns the error 1. Solution exception: Download failed with the error ......
Read more >Weatherlink download problems - WXforum.net
"No new data to download" is not an error, it is simply a message stating there has been no new records written relative...
Read more >Having problems with the new NWS radar webpage? Try ...
If you're having problems using the new radar website, here are some alternate links: NWS Weather and Hazards Data Viewer (also can display...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this what you’re looking for?
http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl
This is the command you’ll need:
curl "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.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