Skip to content

fralc/taudem_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages