79455001

Date: 2025-02-20 15:30:25
Score: 1
Natty:
Report link

If you have multiple large tiles or raster layers

library(terra)
rlist <- c('r1.tif', 'r2.tif', 'r3.tif')

Function vrt from is faster and maintains the raster data

rr <- vrt(rlist)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anthony Basooma