Bug report #13586
Processing: `Catchment Area` fails
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | |||
Category: | Processing/SAGA | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21628 |
Description
This fails:
ta_hydrology "Catchment Area (Parallel)" -ELEVATION "/tmp/processing/6795f55ba4334cfa9fe27798fc5d4571/dem25.sgrd" -METHOD 0 -CAREA "/tmp/processing/6b92eccecfff48b3bd6479320eba1096/CAREA.sdat"
Error: select a tool
A ttol must be selected.
tools:
0 - Flow Accumulation (Top-Down)
1 - Flow Accumulation (Recursive)
2 - Flow Accumulation (Flow Tracing)
This works:
saga_cmd ta_hydrology 0 -ELEVATION "/tmp/processing/6795f55ba4334cfa9fe27798fc5d4571/dem25.sgrd" -METHOD 0 -CAREA "/tmp/processing/6b92eccecfff48b3bd6479320eba1096/CAREA.sdat"
History
#1
Updated by Paolo Cavallini over 9 years ago
Fixed with 3d1c714
Leaving it open, as more modules may require the same intervention.
#2
Updated by Giovanni Manghi over 9 years ago
all fixed now
#3
Updated by Giovanni Manghi over 9 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed