1r.mapcalculator(1) Grass User's Manual r.mapcalculator(1)
2
3
4
6 r.mapcalculator - Calculate new raster map from a r.mapcalc expres‐
7 sion.
8
11 r.mapcalculator
12 r.mapcalculator help
13 r.mapcalculator [-eo] [amap=string] [bmap=string] [cmap=string]
14 [dmap=string] [emap=string] [fmap=string] formula=string out‐
15 file=string [help=string] [--overwrite] [--verbose] [--quiet]
16
17 Flags:
18 -e
19 Expert mode (enter a set of r.mapcalc expressions)
20
21 -o
22 Do not overwrite existing map
23
24 --overwrite
25 Allow output files to overwrite existing files
26
27 --verbose
28 Verbose module output
29
30 --quiet
31 Quiet module output
32
33 Parameters:
34 amap=string
35 A
36
37 bmap=string
38 B
39
40 cmap=string
41 C
42
43 dmap=string
44 D
45
46 emap=string
47 E
48
49 fmap=string
50 F
51
52 formula=string
53 Formula (e.g. A-B or A*C+B)
54
55 outfile=string
56 Name for output raster map
57
58 help=string
59 Show help
60 Options: -,help,man
61 Default: -
62
64 r.mapcalculator Provides a GUI frontend to r.mapcalc. Up to 5 maps can
65 be combined using simple expressions. Expert mode runs r.mapcalc for
66 more complex expressions.
67
69 r.mapcalc,
70
72 R. Brunzema (r.brunzema@web.de)
73 Updated to GRASS 5.7 by Michael Barton, Arizona State University
74
75 Last changed: $Date: 2006-09-17 21:41:15 +0200 (Sun, 17 Sep 2006) $
76
77 Full index
78
79 © 2003-2008 GRASS Development Team
80
81
82
83GRASS 6.3.0 r.mapcalculator(1)