Calculates a heat map, or kernel density estimation (KDE), for an input point set.
wbt_heat_map(
input,
output,
weight_field = NULL,
bandwidth = "",
kernel = "quartic",
cell_size = "",
base = NULL,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE,
command_only = FALSE
)
Returns the tool text outputs.
Name of the input points shapefile.
Name of the output raster image file.
Optional name of the attribute containing point weight.
Bandwidth (metres).
Kernel type; one of 'uniform', 'triangular', 'epanechnikov', 'quartic', 'triweight', 'tricube', 'gaussian', 'cosine', 'logistic', 'sigmoid', 'silverman'.
Optionally specified cell size of output raster, in metres. Not used when base raster is specified.
Optionally specified input base raster file. Not used when a cell size is specified.
Changes the working directory.
Sets verbose mode. If verbose mode is FALSE
, tools will not print output messages.
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters.
Return command that would be executed by system()
rather than running tool.