NINAnor/oneimpact

to do: `calc_zoi_nearest`

bniebuhr opened this issue · 4 comments

  • Change parameter transform to type and include "euclidean" as the default option
  • Add support for multiple zoi input values
  • Example in GRASS by creating a grass db

Changes done.
Missing:

  • Add support for multiple zoi input values in GRASS GIS

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.

  • Support for multiple zoi radii working in R for type = "exp_decay" and type = "gaussian_decay" only; must fix for linear decay and threshold

Support for zeroAsNA parameter in GRASS implemented in commit 97f781e