Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fixes GRASS r.mapcalc tool
- Loading branch information
1 parent
8e7ff10
commit 10a542e
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
python/plugins/processing/algs/grass7/description/r.mapcalc.simple.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +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 | ||
QgsProcessingParameterRasterLayer|a|Raster layer A|None|False | ||
QgsProcessingParameterRasterLayer|b|Raster layer B|None|True | ||
QgsProcessingParameterRasterLayer|c|Raster layer C|None|True | ||
QgsProcessingParameterRasterLayer|d|Raster layer D|None|True | ||
QgsProcessingParameterRasterLayer|e|Raster layer E|None|True | ||
QgsProcessingParameterRasterLayer|f|Raster layer F|None|True | ||
QgsProcessingParameterString|expression|Formula|A*2|False | ||
QgsProcessingParameterRasterDestination|output|Calculated |