-
Notifications
You must be signed in to change notification settings - Fork 15
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
Access to the ECMWF ftp server for TC forecast tracks does not work anymore #75
Comments
I executed this code on my machine (while inside the ETH network) and it downloads the data as it should: from climada_petals.hazard import TCForecast
fcast = TCForecast()
fcast.fetch_ecmwf() Maybe a probnlem with your particular setup, @manniepmkam? |
I can actually reproduce this on macOS 13 and 11; I could only get it to not immediately drop with HTTP. @peanutfun, you're on some bare metal Linux, right? I thought using a virtual machine (docker desktop with an alpine image) might help, but I get the same response.
|
Actually, it seems that ECMWF is now linking to the new domain |
@manniepmkam I'm on macOS 13.3.1 😕 |
@mmyrte Thanks for pointing out where the data is! However, currently this is not on my priority list. Please feel free to propose an update:) |
According to the suggestion by @mmyrte, it looks to me like one only needs to change the FTP server definition in this line:
@manniepmkam, it would be great if you could raise a PR |
The ftp server (ftp://wmo:[email protected]) where
TCForecast.fetch_ecmwf()
fetches the latest TC tracks does not work anymore since around half a year ago. Currently I do not know where ECMWF would put their data and how to access it.Potential work to solve the issues:
climada_petals.hazard.TCForecast
to fetch the BUFR filesThe text was updated successfully, but these errors were encountered: