-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(adapters): add user provided netcdf forcing #621
Conversation
move sfincs specific code from hazard.py to SfincsAdapter. implement IForcing + child classes
… functions clearer
create interfaces for the adapters create interface for mediator (the one im not sure of, but we need some kind of management class to handle the adapters) create HazardOutput enum, needs more work/thought
…into refactor/hazard-adapter-and-events
implement eventfactory and forcingfactory
start on sfincsadapter tests
…csAdapter. Refactor directImpacts to use the Floodmap class.
…abase and give all child classes a reference to the database without having to import it everywhere.
moved plotting functions from event class to separate file
… can go unnoticed (#619)
TODO fix tests for adding them to sfincsadapter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple small comments, will be happy to approve once those are resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good now :)
…provided-netcdf-forcing
did not feel like dealing with the merge conflicts. cherry picked the relevant commits to: #626 and closing this |
No description provided.