Skip to content

Commit 42b8a96

Browse files
author
Giovanni Manghi
committedOct 5, 2013
add the -r parameter to r.external (used now to create grass inputs for processing, replacing r.in.gdal) and so fixes grass modules like r.reclass.area and probably many others
1 parent 4072e39 commit 42b8a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/grass/GrassAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def exportRasterLayer(self, layer):
483483
command += ' input="' + layer + '"'
484484
command += ' band=1'
485485
command += ' output=' + destFilename
486-
command += ' --overwrite -o'
486+
command += ' --overwrite -o -r'
487487
return command
488488

489489
def getTempFilename(self):

0 commit comments

Comments
 (0)
Please sign in to comment.