question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

URL for downloading new weather data seems wrong

See original GitHub issue

While 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:open
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

5reactions
mschreib28commented, Dec 7, 2017

Is this what you’re looking for?

http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl

1reaction
polyestersuedecommented, Jun 18, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found