Current implementation is based on TauDEM precursors and uses non-GPL code from ESRI. This stuff needs to be eliminated ASAP!!!
Notable shortcoming is the inability to set watershed outlet. This leads to sometimes erroneous boundaries stretching far beyond the real outlet.
Due to maintenance reasons, it is better to move forward. There are no quality watershed delineation tools available in QGIS :( Possible alternatives are
Set up a GRASS GIS database within PIHM GIS project to perform delineation using r.water.outlet and friends
Have wrapper around modern TauDEM (requires MPICH2)
First approach is the easiest to implement, is the most portable, and is almost hassle free. Example gist. GUI wrappers are needed.
Why no one wrote QGIS wrappers using PyQt for TauDEM yet?
Current implementation is based on TauDEM precursors and uses non-GPL code from ESRI. This stuff needs to be eliminated ASAP!!!
Notable shortcoming is the inability to set watershed outlet. This leads to sometimes erroneous boundaries stretching far beyond the real outlet.
Due to maintenance reasons, it is better to move forward. There are no quality watershed delineation tools available in QGIS :( Possible alternatives are
r.water.outlet
and friendsFirst approach is the easiest to implement, is the most portable, and is almost hassle free. Example gist. GUI wrappers are needed.
Why no one wrote QGIS wrappers using PyQt for TauDEM yet?