-
Notifications
You must be signed in to change notification settings - Fork 17
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
Running CoastSat on Google Colab - Problem with pyfes: module 'pyfes' has no attribute 'Handler' #35
Comments
hi @cianfabio , I'm not sure how I can help here. How did you install pyfes? with https://anaconda.org/fbriol/pyfes? |
AttributeError: module 'pyfes' has no attribute 'Handler'. My pyfes: Loading channels: done Name Version Build Channelpyfes 2024.6.0 py310hf888d8c_0 conda-forge Can you give me ideas to solve it? |
HI @Phuongtran75 , I have solved this question. Through checking the API of FES(https://cnes.github.io/aviso-fes/pyfes.html#confguration-file), the latest version of FES makes use of 'pyfes.config.load(path: str | PathLike) ' to load tide model. And I find the file type of config file changed from ini to yaml. |
hi all, there is a problem as the fes package has completely change as you observed. I haven't updated the CoastSat.slope package yet, but I incorporated FES2022 into the main CoastSat toolbox so you should be able to run the slope estimation from there. Check https://github.com/kvos/CoastSat/blob/master/doc/FES2022_setup.md |
Hi,
I'm trying to run CoastSat on Colab. I managed to get it running until the point where pyfes is needed. I managed to install pyfes but when I run the following line:
I get the following error:
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: