Hello.
I am trying to work on the big raster
memory.limit(99999999999999)
[1] 1e+13
wh_chm_p2r = locate_trees(chm_p2r_vr, lmf(f_h, hmin = 4, shape = "circular"), uniqueness = "incremental")
I have the error "Error: cannot allocate vector of size 5.1 Gb" and 32,0 GB RAM.
Is there something I can do to solve this problem? Even for that one operation?