Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove …
…the not working r.mapcalc
- Loading branch information
Showing
with
11 additions
and 9 deletions.
@@ -0,0 +1,11 @@ | ||
r.mapcalc.simple | ||
Calculate new raster map from a r.mapcalc expression. | ||
Raster (r.*) | ||
ParameterRaster|a|Raster layer A|False | ||
ParameterRaster|b|Raster layer B|True | ||
ParameterRaster|c|Raster layer C|True | ||
ParameterRaster|d|Raster layer D|True | ||
ParameterRaster|e|Raster layer E|True | ||
ParameterRaster|f|Raster layer F|True | ||
ParameterString|expression|Formula|A*2 | ||
OutputRaster|output|Calculated |