Robert Hijmans
Robert Hijmans
It is now also possible to use a third index, `k`, to reference the layer when replacing or subsetting a SpatRaster with `[` and `[
I think you cannot send SpatRaster or SpatVector objects to nodes as these objects cannot be serialized. So you need to to create the objects in the nodes. My plan...
Which terra functions would be your priority?
See https://github.com/rspatial/terra/issues/96 for built in support for predict. You can use also `pack` and `unpack` to make serializable SpatRaster and SpatVector objects (may not work for more complex structures, but...
more examples for parallelization of `terra::predict`: https://github.com/rspatial/terra/issues/178
It is difficult to comment since I do not know how you implemented this. But in your case I do not see much of a problem. For example, you can...
More here: https://stackoverflow.com/a/67449818/635245
I have added (1) and (4). (2) and (3) will have to wait a bit. I am planning to change (remove) the SpatVectorProxy class, and instead have `is.proxy` as an...
In most cases these problems stem from having multiple installations of a library. It could also be that you need to do something like this (point to where PROJ is)...
Closing as there have not been any updates for a while.