Skip to content

Commit

Permalink
Merge pull request #8444 from NaturalGIS/reenable_grass_r_mapcalculator
Browse files Browse the repository at this point in the history
add GRASS r.mapcalculator, remove r.mapcalc
  • Loading branch information
luipir committed Jan 7, 2019
2 parents 1ba6b97 + a57fec8 commit 83c6a2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 74 deletions.
@@ -0,0 +1,11 @@
r.mapcalc.simple
Calculate new raster map from a r.mapcalc expression.
Raster (r.*)
QgsProcessingParameterRasterLayer|a|Raster layer A|False
QgsProcessingParameterRasterLayer|b|Raster layer B|True
QgsProcessingParameterRasterLayer|c|Raster layer C|True
QgsProcessingParameterRasterLayer|d|Raster layer D|True
QgsProcessingParameterRasterLayer|e|Raster layer E|True
QgsProcessingParameterRasterLayer|f|Raster layer F|True
QgsProcessingParameterString|expression|Formula|A*2
QgsProcessingParameterRasterDestination|output|Calculated

This file was deleted.

65 changes: 0 additions & 65 deletions python/plugins/processing/algs/grass7/ext/r_mapcalc.py

This file was deleted.

0 comments on commit 83c6a2c

Please sign in to comment.