Skip to content
forked from dtarb/TauDEM

Terrain Analysis Using Digital Elevation Models (TauDEM) software for hydrologic terrain analysis and channel network extraction.

License

Notifications You must be signed in to change notification settings

markwang0/TauDEM

 
 

Repository files navigation

TauDEM

These are my personal notes for building TauDEM.

See TauDEM's official websites for more info:

Dependencies

Up-to-date installations of cmake, GDAL, NetCDF, MPI, and a C++ compiler.

Building on Linux and Mac:

$ cd TauDEM/src && mkdir build && cd build
$ cmake ..
$ make -j$(nproc)

The executables are written to TauDEM/src/build.

I found it convenient on Mac to use a conda environment to build and run TauDEM:

$ conda create -c conda-forge -n taudem-env gdal cxx-compiler netcdf4 openmpi # or mpich
$ conda activate taudem-env
$ cd TauDEM/src && mkdir build && cd build
$ cmake ..
$ make -j$(nproc)

About

Terrain Analysis Using Digital Elevation Models (TauDEM) software for hydrologic terrain analysis and channel network extraction.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.9%
  • Python 11.9%
  • C 3.5%
  • Inno Setup 1.4%
  • CMake 1.1%
  • Makefile 0.9%
  • Shell 0.3%