|
NAMEv.kernel - Generates a raster density map from
vector points map.
KEYWORDSvector, kernel density, point density, heatmap, hotspot SYNOPSISv.kernel
Flags:
Parameters:
DESCRIPTIONv.kernel generates a raster density map from vector points data using a moving kernel. Available kernel density functions are uniform, triangular, epanechnikov, quartic, triweight, gaussian, cosine, default is gaussian. The module can also generate a vector density map on a vector network. Conventional kernel functions produce biased estimates by overestimating the densities around network nodes, whereas the equal split method of Okabe et al. (2009) produces unbiased density estimates. The equal split method uses the kernel function selected with the kernel option and can be enabled with node=split. NOTESThe multiplier option is needed to overcome the limitation that the resulting density in case of a vector map output is stored as category (integer). The density result stored as category may be multiplied by this number. For the gaussian kernel, standard deviation for the gaussian function is set to 1/4 of the radius. With the -o flag (experimental) the command tries to calculate an optimal radius. The value of radius is taken as maximum value. The radius is calculated based on the gaussian function, using ALL points, not just those in the current region. EXAMPLESCompute density of points (using vector map of schools from North
Carolina sample dataset):
g.region region=wake_30m v.kernel input=schools_wake output=schools_density radius=5000 multiplier=1000000 r.colors map=schools_density color=bcyr School density KNOWN ISSUESThe module only considers the presence of points, but not (yet) any attribute values. REFERENCES
SEE ALSOv.surf.rst Overview: Interpolation and Resampling in GRASS GIS AUTHORSStefano Menegon, ITC-irst, Trento, Italy
SOURCE CODEAvailable at: v.kernel source code (history) Latest change: Wednesday Nov 27 22:53:26 2024 in commit: b90ce69e88409469369ec1edb86fde8ec822af8b Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|