Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reclassify grid values in SAGA broken #26637

Closed
qgib opened this issue Apr 18, 2018 · 1 comment
Closed

Reclassify grid values in SAGA broken #26637

qgib opened this issue Apr 18, 2018 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Apr 18, 2018

Author Name: matteo ghetta (@ghtmtt)
Original Redmine Issue: 18750
Affected QGIS version: master
Redmine category:processing/saga


This the error in the log file:

Loading resulting layers
Algorithm 'Reclassify values (simple)' finished
Processing algorithm…
AlgorithmDialog
Input parameters:
{ 'GRID_IN' : '/tmp/processing_0d84d0cba3f64eca9243f2ba5fdb600f/aa9dc0ddfbda469795eebb092d750248/slope.tif', 'GRID_OUT' : '/tmp/processing_0d84d0cba3f64eca9243f2ba5fdb600f/7b39a3544ce4440f9a7261e954e9149b/GRID_OUT.sdat', 'LOOKUP' : [[0,15,1],[15,30,2],[30,70,3]], 'METHOD' : 2 }

Traceback (most recent call last):
File "/home/matteo/lavori/QGIS/newbuild/output/python/plugins/processing/algs/saga/SagaAlgorithm.py", line 270, in processAlgorithm
s = values[i] + '\t' + values[i + 1] + '\t' + values[i + 2] + '\n'
TypeError: can only concatenate list (not "str") to list

Execution failed after 0.06 seconds

Loading resulting layers
Algorithm 'Reclassify values (simple)' finished

@qgib
Copy link
Contributor Author

qgib commented Jun 4, 2018

Author Name: Nyall Dawson (@nyalldawson)


Applied in changeset 3dde95d.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Jun 4, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

No branches or pull requests

1 participant