Skip to content

Commit b557cc2

Browse files
authoredJan 7, 2019
Merge pull request #8803 from NaturalGIS/release-3_4
re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc
2 parents c710e0b + 63a5320 commit b557cc2

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed
 
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
r.mapcalc.simple
2+
Calculate new raster map from a r.mapcalc expression.
3+
Raster (r.*)
4+
QgsProcessingParameterRasterLayer|a|Raster layer A|False
5+
QgsProcessingParameterRasterLayer|b|Raster layer B|True
6+
QgsProcessingParameterRasterLayer|c|Raster layer C|True
7+
QgsProcessingParameterRasterLayer|d|Raster layer D|True
8+
QgsProcessingParameterRasterLayer|e|Raster layer E|True
9+
QgsProcessingParameterRasterLayer|f|Raster layer F|True
10+
QgsProcessingParameterString|expression|Formula|A*2
11+
QgsProcessingParameterRasterDestination|output|Calculated

‎python/plugins/processing/algs/grass7/description/r.mapcalc.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.