dtarb / TauDEM

Terrain Analysis Using Digital Elevation Models (TauDEM) software for hydrologic terrain analysis and channel network extraction.
http://hydrology.usu.edu/taudem
Other
235 stars 116 forks source link

The code in this repository (https://github.com/dtarb/TauDEM) does not (yet) have the improvements that Kornelijus implemented and reported in the XSEDE paper. Kornelijus' code is in https://github.com/kornholi/TauDEM. #268

Open mperjak opened 2 hours ago

mperjak commented 2 hours ago
          The code in this repository (https://github.com/dtarb/TauDEM) does not (yet) have the improvements that Kornelijus implemented and reported in the XSEDE paper.  Kornelijus' code is in https://github.com/kornholi/TauDEM.

It is my intention to merge the two forks together, but there were some result differences that I wanted to track down before merging, and also a different way of handling partition memory that required additional dependencies that needed some sorting out. These details and lack of time have led to this not being merged yet.

Originally posted by @dtarb in https://github.com/dtarb/TauDEM/issues/115#issuecomment-283825704

mperjak commented 2 hours ago

Hello! Was this code ever merged into one of your branches? We are trying to use Amazon's Parallel Cluster to parallelize our process, but have been stuck on pitremove for a couple of months now.

jcphill commented 2 hours ago

You could also try https://github.com/jcphill/TauDEM/tree/all-2022 which is not 2-D but has other improvements.