creare-com / pydem

Python library for Global Hydrology Analysis. Used to calculate upstream contributing area, aspect, slope, and topographic wetness index.
Apache License 2.0
114 stars 35 forks source link

How to install taudem? #19

Closed mehulkasliwal closed 3 years ago

mehulkasliwal commented 6 years ago

I tried installing taudem through the Windows installer downloaded from original website. Even after installing it, when I run an example code it raises the following exception: File "C:\Anaconda3\envs\codefundo\lib\site-packages\pydem\taudem\taudem.py", line 33, in _run raise Exception("Taudem did not complete. Is it installed properly?") Exception: Taudem did not complete. Is it installed properly?

mpu-creare commented 6 years ago

Let me know if #18 helps you as well.

Note: Taudem is NOT needed for pydem to run. It's just used as a reference implementation.

...I need to update some of the installation instructions.

mpu-creare commented 3 years ago

Closing -- stale.