1r.grow(1)                     Grass User's Manual                    r.grow(1)
2
3
4

NAME

6       r.grow   -  Generates a raster map layer with contiguous areas grown by
7       one cell.
8

KEYWORDS

10       raster
11

SYNOPSIS

13       r.grow
14       r.grow help
15       r.grow [-q] input=name  output=name   [radius=float]    [metric=string]
16       [old=integer]   [new=integer]   [--overwrite]  [--verbose]  [--quiet]
17
18   Flags:
19       -q
20           Quiet
21
22       --overwrite
23           Allow output files to overwrite existing files
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31   Parameters:
32       input=name
33           Name of input raster map
34
35       output=name
36           Name for output raster map
37
38       radius=float
39           Radius of buffer in raster cells
40           Default: 1.01
41
42       metric=string
43           Metric
44           Options: euclidian,maximum,manhattan
45           Default: euclidian
46
47       old=integer
48           Value to write for input cells which are non-NULL (-1 => NULL)
49
50       new=integer
51           Value to write for "grown" cells
52

DESCRIPTION

54       r.grow  adds  cells around the perimeters of all areas in a user-speci‐
55       fied raster map layer and stores the output in a new raster map  layer.
56       The  user  can  use  it  to  grow by one or more than one cell, or like
57       r.buffer, but with the option of preserving the original cells (similar
58       to combining r.buffer and r.patch).
59

SEE ALSO

61       r.buffer, r.patch
62

AUTHORS

64       Marjorie Larson, U.S. Army Construction Engineering Research Laboratory
65
66       Glynn Clements
67
68       Last changed: $Date: 2004-11-12 14:05:41 +0100 (Fri, 12 Nov 2004) $
69
70       Full index
71
72       © 2003-2008 GRASS Development Team
73
74
75
76GRASS 6.3.0                                                          r.grow(1)
Impressum