Robert Hijmans
Robert Hijmans
Just to confirm that a SpatRaster always has three dimensions (nrow, ncol, nlyr). There is also the SpatRasterDataSet that can have 1 additional dimension ("group", "variable"), in the future I...
@edzer it should work better with regular sampling: `x
You can now do ``` library(terra) #terra 1.5.49 x
I am going to leave the SpatExtent as-is for the moment. I think the simplicity outweighs the downside of not having a crs attached.
Sorry that this one took so long. I think that the `terra::merge` and `terra::mosaic` methods now are about 20 to 40 times faster than the `raster` variants. It is also...
Please report one case per issue (although 2 and 3 are probably the same), otherwise it becomes more difficult to deal with them. For now: 1) two alternative approaches ```...
As you are not providing a filename, the lack of disk space would be for your `tempdir()` . `
You can do ``` library(terra) s
You can now do things like ``` library(terra) s
A future refinement could be to not force all values (of the data sources changed) to memory by (optionally) allowing to update values on (temporary?) files, or else by creating...