Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
With logistic method, values are scaled so that lower values are more transparent and higher values are more opaque than with linear scaling.
This module requires Python Imaging Library (already required for GRASS GIS).
g.region raster=elevation # create background map r.relief input=elevation output=relief # compute kernel density estimate v.kernel input=schools_wake output=schools_density radius=4000 multiplier=1000000 r.colors map=schools_density color=bcyr r.out.kde input=schools_density background=relief method=logistic output=output.png
Available at: r.out.kde source code (history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index | Raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2023 GRASS Development Team, GRASS GIS 7.8.8dev Reference Manual