Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

poulson
Copy link

@poulson poulson commented Jan 29, 2019

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 poulson changed the title Updating URLs for downloading NaturalEarth data. Updating URLs for downloading NaturalEarth and weather data. Jan 29, 2019
@poulson
Copy link
Author

poulson commented Jan 29, 2019

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
Copy link
Author

poulson commented Jan 29, 2019

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
Copy link
Author

poulson commented Jan 29, 2019

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

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
Copy link
Owner

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/

Copy link

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.

@huanglii
Copy link

huanglii commented Mar 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants