Calculate new raster map from a r.mapcalc expression.
r.mapcalculator
r.mapcalculator help
r.mapcalculator [-eo] [amap=string] [bmap=string] [cmap=string] [dmap=string] [emap=string] [fmap=string] formula=string outfile=string [help=string] [--overwrite] [--verbose] [--quiet]
Expert mode (enter a set of r.mapcalc expressions)
Do not overwrite existing map
Allow output files to overwrite existing files
Verbose module output
Quiet module output
A
B
C
D
E
F
Formula (e.g. A-B or A*C+B)
Name for output raster map
Show help
Options: -,help,man
Default: -
r.mapcalculator provides a GUI frontend to r.mapcalc. Up to 5 maps can be combined using simple expressions. In the expert mode, it runs r.mapcalc for more complex expressions. Enter an r.mapcalc expression in the formula field using the format: A+C or exp(A+C)+(B-2)*7 where A, B, C are raster maps entered in the A field, B field, and C field.
Do not enter output file in the formula field: correct: A+B; incorrect: newfile = A+B. Use no spaces or blanks.
Expert mode runs r.mapcalc for more complex expressions.
r.mapcalc
R. Brunzema ([email protected])
Updated to GRASS 5.7 by Michael Barton, Arizona State University
Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $
Full index
� 2003-2014 GRASS Development Team