-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating URLs for downloading NaturalEarth and weather data. #97
base: master
Are you sure you want to change the base?
Conversation
Likewise, the links for the weather data no longer function. I have updated them (and extended them to include the hour) to current locations. |
Err, it seems that I need to find the replacement for the |
Using a CGI call of the form EDIT: Done. |
curl "http://www.naciscdn.org/naturalearth/50m/physical/ne_50m_coastline.zip" -o ne_50m_coastline.zip | ||
curl "http://www.naciscdn.org/naturalearth/50m/physical/ne_50m_lakes.zip" -o ne_50m_lakes.zip | ||
curl "http://www.naciscdn.org/naturalearth/110m/physical/ne_110m_coastline.zip" -o ne_110m_coastline.zip | ||
curl "http://www.naciscdn.org/naturalearth/110m/physical/ne_110m_lakes.zip" -o ne_110m_lakes.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you find these new URLs? They do not resolve for me. Also, I see very different download URLs here: https://www.naturalearthdata.com/downloads/50m-physical-vectors/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you find these new URLs? They do not resolve for me. Also, I see very different download URLs here: https://www.naturalearthdata.com/downloads/50m-physical-vectors/
hi, I have a question about oscar datas,How can I convert OSCAR data to JSON like you?By the way,my graduate tutor wants me to study this project,can you give me some advice?please.Thank you.
the weather data url like @poulson pulled is available: https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl |
The URLs have changed to: https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/physical/ne_50m_coastline.zip |
It seems that the URLs have moved from
http://www.nacis.org
tohttp://www.naciscdn.org
, so I have updated theREADME.md
accordingly.