Bug report #22008

Batch processing error in r.mapcalc.simple

Added by Daria Svidzinska almost 5 years ago. Updated almost 5 years ago.

Status:Open
Priority:Normal
Assignee:-
Category:Processing/Core
Affected QGIS version:3.6.2 Regression?:No
Operating System:Windows 7 64 bit Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:29822

Description

I'm trying to perform batch processing for multiple rasters using a conditional expression in r.mapcalc.simple, GRASS 7.6.1.

The expression is:
if((A==322||A==386||A==834||A==898||A==1346)&&(B<=10000&&B>=-10000),(B*0.0001),null())
where A is a qa_raster and B is a ndvi_raster.

The approach works fine for a single job, but when I try to process multiple files I constantly get an error.

For your convenience I attach the following files:

  • batch_processing_error.txt - log of batch processing with error
  • qgis_version_info.txt - information about QGIS version etc
  • test_project.zip - a test project with a couple of layers as a data example

qgis_version_info.txt Magnifier - information about qgis version etc (471 Bytes) Daria Svidzinska, 2019-05-07 09:06 AM

batch_processing_error.txt Magnifier - log of batch processing with error (1.98 KB) Daria Svidzinska, 2019-05-07 09:06 AM

test_project.zip - a test project with a couple of layers as a data example (665 KB) Daria Svidzinska, 2019-05-07 09:06 AM

History

#1 Updated by Giovanni Manghi almost 5 years ago

  • Category changed from Processing/GRASS to Processing/Core

Also available in: Atom PDF