cambecc / earth

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

Updating URLs for downloading NaturalEarth and weather data. #97

Open poulson opened 5 years ago

poulson commented 5 years ago

It seems that the URLs have moved from http://www.nacis.org to http://www.naciscdn.org, so I have updated the README.md accordingly.

poulson commented 5 years ago

Likewise, the links for the weather data no longer function. I have updated them (and extended them to include the hour) to current locations.

poulson commented 5 years ago

Err, it seems that I need to find the replacement for the filter_gfs.pl script you were calling. Converting the full file and placing it into public/data/weather/current causes the server to crash in rendering.

poulson commented 5 years ago

Using a CGI call of the form http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl? is now necessary.

EDIT: Done.

huanglii commented 5 years ago

the weather data url like @poulson pulled is available: https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl

spudunk commented 4 years ago

The URLs have changed to: https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/ne_50m_coastline.zip https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/ne_50m_lakes.zip https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_coastline.zip https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_lakes.zip I'll submit a pull request. I'm a noob so I apologize if I do something incorrectly.