Calculates new grid3d volume from r3.mapcalc expression.
r3.mapcalculator
r3.mapcalculator help
r3.mapcalculator [-eo] [agrid=string] [bgrid=string] [cgrid=string] [dgrid=string] [egrid=string] [fgrid=string] formula=string outfile=string [help=string] [--verbose] [--quiet]
Expert mode (enter a set of r3.mapcalc expressions)
Do not overwrite existing map
Verbose module output
Quiet module output
A (grid3D file)
B (grid3D file)
C (grid3D file)
D (grid3D file)
E (grid3D file)
F (grid3D file)
Formula (e.g. A-B or A*C+B)
Name for output grid3D volume
Show help
Options: -,help,man
Default: -
r3.mapcalculator provides a GUI frontend to r3.mapcalc. Up to 5 maps can be combined using simple expressions. In the expert mode, it runs r3.mapcalc for more complex expressions. Enter an r3.mapcalc expression in the formula field using the format: A+C or exp(A+C)+(B-2)*7 where A, B, C are 3D raster volumes 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 r3.mapcalc for more complex expressions.
r3.mapcalc
Michael Barton, Arizona State University. Based on r.mapcalculator by R. Brunzema ([email protected])
Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $
Full index
� 2003-2014 GRASS Development Team