
NAME
v.neighbors.exe - 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.
KEYWORDS
vector, raster, aggregation
SYNOPSIS
v.neighbors.exe
v.neighbors.exe help
v.neighbors.exe input=string output=string method=string size=float [--verbose] [--quiet]
Parameters:
- input=string
- Name of existing vector map
- output=string
- Name of the new raster map
- method=string
- Neighborhood operation
- Options: count
- Default: count
- size=float
- Neighborhood diameter in map units
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.
SEE ALSO
r.neighbors
AUTHOR
Radim Blazek
Last changed: $Date: 2005/01/11 10:25:28 $
Main index - vector index - Full index