Robert Hijmans
Robert Hijmans
Do you have a file where this is needed? That is, with your example file (after downloading) I get: ``` library(terra) f
Apart from guessing the CRS, I did not do anything to `rast` to read this file better. GDAL did not report an extent --- it was computed by rast by...
I believe this now works with the current development version.
The overwrite error may have been fixed with https://github.com/rspatial/terra/issues/1522. If not, it would be helpful to have a *minimal* and self-contained example.
Thank you for looking into this. It is a bit mysterious, since it works on R-Universe and on https://mac.r-project.org/macbuilder/submit.html (and therefore presumably on CRAN, but I have not tried that...
It works on R-Universe and MacBuilder, but that is expected because it has: ``` checking Intel TBB exists:... no configure: WARNING: to support parallel processing install TBB devel or update...
Hi Jorrel! The install works fine for me (see below, please do not include screen shots). It seems that you cannot install "archive" either, so perhaps there is something more...
I now get: ``` library(terra) f
Sorry for the late response. It now returns the same object for this example, including the second (NA) polygon. I am not sure if that should be the behavior or...
I am sorry for the very long delay in fixing this one. I now get: ``` npol # class : SpatVector # geometry : points # dimensions : 15, 5...