Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 332 Bytes

Taudem Wrapper

A tool for calling Taudem executables by means of python functions.

Usage example:

from taudem_functions import pit_remove

pit_remove(
    z=r"path_to/dem.tif",
    fel=r"path_to/filled_dem.tif"
)

Taudem path, MPI path, and number of processes to be used must be set in taudem_settings.yaml.