Closed Jadamso closed 1 month ago
Thanks, I now get :
rasterize(x_point, y_rast, fun=sum, update=TRUE)
#class : SpatRaster
#dimensions : 10, 10, 1 (nrow, ncol, nlyr)
#resolution : 1, 1 (x, y)
#extent : 0, 10, 0, 10 (xmin, xmax, ymin, ymax)
#coord. ref. :
#source(s) : memory
#name : sum
#min value : 0.0008639263
#max value : 4.0000000000
One of the recent updates to terra now causes
rasterize
to fail whenupdate=T
.Here is a minimal example for terra_1.7-78