A commandline tool to run an algorithm proposed by Wang & Liu, which processes digital elevation models (DEMs) and fills surface depressions in them.
In addition this tool supports setting a minimum slope argument which is found in other open-source implementations (QGIS, SAGA GIS).
References: Wang, L. & H. Liu (2006): An efficient method for identifying and filling surface depressions in digital elevation models for hydrologic analysis and modelling. International Journal of Geographical Information Science, Vol. 20, No. 2: 193-213.
Usage: fillsinkswl [OPTIONS] <INPUT> <OUTPUT>
Arguments:
<INPUT>
<OUTPUT>
Options:
--minimum-slope <MINIMUM_SLOPE> Minimum Slope in degrees. Default is 0.0
--overwrite Allow overwriting output file
-h, --help Print help
-V, --version Print version
fillsinkswl input.tif output.tiffillsinkswl input.tif output.tif --minimum-slope=0.1You can download a deb package from the latest release here.
cargo install --git https://github.com/JuhoErvasti/FillSinksWL