passaH2O / pygeoflood

Compound flood mapping program based on high-resolution terrain analyses
https://passah2o.github.io/pygeoflood/
GNU General Public License v3.0
7 stars 0 forks source link

bugfix: fix handling of wbt_kwargs #9

Closed markwang0 closed 3 months ago

markwang0 commented 3 months ago

wbt_kwargs did not work correctly, now should work as intended

this updates the options for methods that wrap whiteboxtools functions, for example:

wbt_kwargs = {"fix_flats": False}  # True by default
pgf.fill_depressions(**wbt_kwargs)