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

Peuker Douglas stream definition problems #216

Open johnpony opened 4 years ago

johnpony commented 4 years ago

I am using your program Taudem with qgis 3.14 and I am having some issues with one of the tools, "the Peuker Douglas stream definition"

It's not running and I don't know enough about this to understand why. The all the other tools from what I have tested so far are working. Hope someone can explain what is happening here.

This is the output, I don't know if I there are log-files that are more detailed somewhere?

"QGIS version: 3.14.0-Pi QGIS code revision: 9f7028fd23 Qt version: 5.11.2 GDAL version: 3.0.4 GEOS version: 3.8.1-CAPI-1.13.3 PROJ version: Rel. 6.3.2, May 1st, 2020 Processing algorithm… Algorithm 'Peuker Douglas stream definition' starting… Input parameters: { 'ACCUM_STREAM_SOURCE' : 'TEMPORARY_OUTPUT', 'CENTER_WEIGHT' : 0.4, 'D8_CONTRIB_AREA' : 'C:/Users/JOEKAA09/Downloads/d8_test_flowacc.tif', 'D8_FLOWDIR' : 'C:/Users/JOEKAA09/Downloads/d8_test.tif', 'DIAGONAL_WEIGHT' : 0.05, 'DROP_TRESHOLDS' : 10, 'EDGE_CONTAMINATION' : True, 'MASK_GRID' : None, 'MAX_THRESHOLD' : 500, 'MIN_TRESHOLD' : 5, 'OUTLETS' : None, 'PIT_FILLED' : 'C:/Data/Hydro/Basins_clipped_raster/05.tif', 'SIDE_WEIGHT' : 0.1, 'STEP' : 0, 'STREAM_RASTER' : 'TEMPORARY_OUTPUT', 'STREAM_SOURCE' : 'TEMPORARY_OUTPUT', 'THRESHOLD' : 100, 'THRESHOLD_BY_DROP' : False }

Traceback (most recent call last): File "C:/Users/__/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_taudem\peukerdouglasstreamdef.py", line 184, in processAlgorithm feedback = QgsProcessingMultiStepFeedback(steps, alg_feedback) NameError: name 'QgsProcessingMultiStepFeedback' is not defined

Execution failed after 0.21 seconds

Loading resulting layers Algorithm 'Peuker Douglas stream definition' finished