Bug report #22008
Batch processing error in r.mapcalc.simple
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
History
#1 Updated by Giovanni Manghi over 5 years ago
- Category changed from Processing/GRASS to Processing/Core