to do: `calc_zoi_nearest`
bniebuhr opened this issue · 4 comments
bniebuhr commented
- Change parameter
transform
totype
and include "euclidean" as the default option - Add support for multiple zoi input values
- Example in GRASS by creating a grass db
bniebuhr commented
Changes done.
Missing:
- Add support for multiple zoi input values in GRASS GIS
bniebuhr commented
Parameter zeroAsNA
introduced for R, missing the implementation for GRASS.
Must still check if it is possible to avoid copying the input as r0 <- x
to avoid increasing memory usage.
bniebuhr commented
- Support for multiple zoi radii working in R for
type = "exp_decay"
andtype = "gaussian_decay"
only; must fix for linear decay and threshold