dtarb / TauDEM

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

Update README.txt with Linux build notes #219

Closed rogerlew closed 3 years ago

rogerlew commented 3 years ago

Hi, I just built this on Ubuntu 18.04 LTS Bionic. It was pretty straightforward but I had a couple of suggestions for the README.txt. Regards, Roger

dtarb commented 3 years ago

Thanks. I'll look at this. It seems that there are a number of other unrelated things in this PR too (88 files changed) that seem to include example and binary files unrelated to improving the readme.

rogerlew commented 3 years ago

Hi David,

Sorry, not sure what happened. Ths commit only has the readme modified. https://github.com/dtarb/TauDEM/pull/219/commits/46420462333f266e12f2661fc660f7a4a71ba60b

I've been playing with TauDEM as a replacement for TOPAZ. Today I was able to get subcatchment delineation going by looping through the channels and applying gagewatershed from the top endpoints without up slope channels. For the side subcatchments I'm using scipy.ndimage.label. Thanks so much, it seems to work really well. Roger

[image: image.png]

On Tue, Nov 3, 2020 at 4:15 AM David Tarboton notifications@github.com wrote:

Thanks. I'll look at this. It seems that there are a number of other unrelated things in this PR too (88 files changed) that seem to include example and binary files unrelated to improving the readme.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dtarb/TauDEM/pull/219#issuecomment-721080851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA332KTQ3TW2Y5H3OVQIPUTSN7X5PANCNFSM4TIHHFEA .

dtarb commented 3 years ago

Roger, No worries. I think that because the pull request is against your develop branch it looks at all your commits to that branch. I'll look at and isolate just the Readme commit.

image