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
Write now the name of the FIAT output columns is hard coded at each code line. We should use an interface class instead. Something like this has already been implemented in fiat_toolbox but only for the footprints module:
Kind of request
Changing existing functionality
Enhancement Description
Write now the name of the FIAT output columns is hard coded at each code line. We should use an interface class instead. Something like this has already been implemented in fiat_toolbox but only for the footprints module:
fiat_toolbox/fiat_toolbox/spatial_output/footprints.py
Lines 14 to 25 in c60004e
A similar class (but more complete) should be placed somewhere in a higher level so all the modules can use it. The class could be more like the one implemented in FloodAdapt:
https://github.com/Deltares-research/FloodAdapt/blob/e00b358905a891b7d0bc7d5526b50872fbf26726/flood_adapt/adapter/fiat_adapter.py#L43
Task list
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: