You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I briefly got a runtime error about the NCDC FTP server (ftp.ncdc.noaa.gov) not responding. When I went to check on the web, I discovered that NCDC changed their name to NCEI, and they now show a link to download data from their ftp server at ftp://ftp.ncei.noaa.gov/pub/data/noaa/
NOTE: this turned out to be a transient error, and the next time I ran the function I got a successful response with data. However, it might be safer for the future if we change the ftp address to match their new one.
To Reproduce
Steps to reproduce the behavior:
Run station.load_isd_hourly_temp_data(start_date, end_date)
Expected behavior
Data comes back with no errors
The text was updated successfully, but these errors were encountered:
We've been having trouble with the NCDC FTP server again, and archive.org suggests it's been down since at least Jan 11, 2025.
We contacted their technical support and received this response:
We are currently addressing some intermittent issues, and I would like to inform you that the link you mentioned is outdated. We have transitioned from FTP access to HTTPS protocols. For future reference, please use https://www.ncei.noaa.gov/data/.
Describe the bug
I briefly got a runtime error about the NCDC FTP server (ftp.ncdc.noaa.gov) not responding. When I went to check on the web, I discovered that NCDC changed their name to NCEI, and they now show a link to download data from their ftp server at ftp://ftp.ncei.noaa.gov/pub/data/noaa/
NOTE: this turned out to be a transient error, and the next time I ran the function I got a successful response with data. However, it might be safer for the future if we change the ftp address to match their new one.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Data comes back with no errors
The text was updated successfully, but these errors were encountered: