DESCRIPTION
Makes each cell value a function of the attribute values assigned to the
vector points or centroids around it, and stores new cell values in
an output raster map layer.
EXAMPLE
Count the number of schools for a given grid (North Carolina sample
dataset):
g.region vector=schools_wake res=100 -p -a
v.neighbors input=schools_wake output=schools_wake_3000m method=count size=3000
d.mon wx0
d.rast schools_wake_3000m
d.vect schools_wake
SEE ALSO
r.neighbors
AUTHOR
Radim Blazek
Last changed: $Date: 2014-12-19 22:55:37 +0100 (Fri, 19 Dec 2014) $