-
Notifications
You must be signed in to change notification settings - Fork 84
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
Use http instead of ftp for GHCN? #353
Comments
I've also been having timeout issues recently with the FTP requests, it may be because NCEI appears to be migrating some of their data paths to https://www.ncei.noaa.gov, see for instance the NODC banner as of June 8th. The current FTP address appears to be working intermittently for me now, but it might need to be updated as NCEI migrates. Currently it's possible to access GHCN data through
but I am also having timeout issues there. |
I'm just noticing the timeouts as well. Thanks for the issue @eliocamp and for the useful info @johnrharley - I"ll have a look. I'm not sure if I can allow the base url to be changed, but we'll see |
I've made a change in a branch |
merged |
I'm downloading GHCN data and coming up into time-out issues when using the package. It's probably not an bug in the package but a problem with my institution's connection, with which I regularly encounter problems when downloading from FTPs. However, I realised that the data is accesible via good old http (e.g. here). I changed the internal function
ghcndbase
toand now my script is churning away, happily downloading data. Would it be possible to add an argument so that the user could select http download instead of ftp?
The text was updated successfully, but these errors were encountered: