1v.neighbors(1) Grass User's Manual v.neighbors(1)
2
3
4
6 v.neighbors - Makes each cell value a function of the attribute values
7 assigned to the vector points or centroids around it, and stores new
8 cell values in an output raster map layer.
9
11 vector, raster, aggregation
12
14 v.neighbors
15 v.neighbors help
16 v.neighbors input=name output=name method=string size=float [--over‐
17 write] [--verbose] [--quiet]
18
19 Flags:
20 --overwrite
21 Allow output files to overwrite existing files
22
23 --verbose
24 Verbose module output
25
26 --quiet
27 Quiet module output
28
29 Parameters:
30 input=name
31 Name of input vector map
32
33 output=name
34 Name for output raster map
35
36 method=string
37 Neighborhood operation
38 Options: count
39 Default: count
40
41 size=float
42 Neighborhood diameter in map units
43
45 Makes each cell value a function of the attribute values assigned to
46 the vector points or centroids around it, and stores new cell values in
47 an output raster map layer.
48
50 r.neighbors
51
53 Radim Blazek
54
55 Last changed: $Date: 2005-01-11 11:25:28 +0100 (Tue, 11 Jan 2005) $
56
57 Full index
58
59 © 2003-2008 GRASS Development Team
60
61
62
63GRASS 6.3.0 v.neighbors(1)