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]
17
18   Flags:
19       -q  Quiet
20
21       --overwrite
22
23   Parameters:
24       input=name
25           Name of input raster map
26
27       output=name
28           Name for output raster map
29
30       radius=float
31           Radius of buffer in raster cells Default: 1.01
32
33       metric=string
34           Metric Options: euclidian,maximum,manhattan Default: euclidian
35
36       old=integer
37           Value to write for input cells which are non-NULL (-1 => NULL)
38
39       new=integer
40           Value to write for "grown" cells
41

DESCRIPTION

43       r.grow  adds  cells around the perimeters of all areas in a user-speciā€
44       fied raster map layer and stores the output in a new raster map  layer.
45       The  user  can  use  it  to  grow by one or more than one cell, or like
46       r.buffer, but with the option of preserving the original cells (similar
47       to combining r.buffer and r.patch).
48

SEE ALSO

50       r.buffer, r.patch
51

AUTHORS

53       Marjorie Larson, U.S. Army Construction Engineering Research Laboratory
54
55       Glynn Clements
56
57       Last changed: $Date: 2004/11/12 13:05:41 $
58
59       Full index
60
61
62
63GRASS 6.2.2                                                          r.grow(1)
Impressum