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

Batch processing error in r.mapcalc.simple #29822

Closed
qgib opened this issue May 7, 2019 · 2 comments
Closed

Batch processing error in r.mapcalc.simple #29822

qgib opened this issue May 7, 2019 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented May 7, 2019

Author Name: Daria Svidzinska (@darsvid)
Original Redmine Issue: 22008
Affected QGIS version: 3.6.2
Redmine category:processing/core


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

@qgib
Copy link
Contributor Author

qgib commented May 7, 2019

Author Name: Giovanni Manghi (@gioman)


  • category_id was changed from Processing/GRASS to Processing/Core

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
@alexbruy
Copy link
Contributor

Should be fixed in master.

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! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

2 participants