Bug report #17080

Updated by Giovanni Manghi almost 7 years ago

*New description:*

If input layer has a custom CRS (or any CRS that is not part of QGIS library) then saving the result of a raster tool (reclassify grid values, among the others) to a specific location causes the tool to fail with an error like the one posted here

https://issues.qgis.org/issues/17080#note-6

Strangely enough if the tool is left to output to a temporary layer then it works as expected.

*Old description:*
When I try to save the results obtained with SAGA Reclassify values tool to a permanent file I get an error. This is the log:

<pre>

Load table: C:\Users\Leslie\AppData\Local\Temp\processinga468b416737649c0918e47e806f874d2\1503849288.772.txt...

Load grid: C:\Users\Leslie\AppData\Local\Temp\processinga468b416737649c0918e47e806f874d2\b98c3d5f0201401fa5f6223495437ec8\pendientessrc.sgrd...

Load table: C:\Users\Leslie\AppData\Local\Temp\processinga468b416737649c0918e47e806f874d2\1503849288.772.txt...

Parameters

Grid system: 30.405782; 1397x 1695y; 404070.708378x 261560.209710y
Grid: pendientessrc
Reclassified Grid: Reclassified Grid
Method: simple table
Lookup Table: (columns: 3, rows: 2)
operator: min
no data values: yes
new value: 0.000000
other values: yes
new value: 0.000000
Assign ...: NoData value of input grid

C:\PROGRA~1\QGIS2~1.18\bin>exit
Converting outputs
Cargando las capas resultantes

The following layers were not correctly generated.
Reclassified Grid
You can check the log messages to find more information about the execution of the algorithm
</pre>

It works when the results are saved to a temporary file.

Back