Krzysztof Dyba
Krzysztof Dyba
@edzer, it may be worth waiting until the Rtools will be update, because GHA and R-Universe will stop working (see: https://github.com/rspatial/terra/pull/1306).
It seems that this only applies to `s2` engine? ```r vec
> I wonder if the default snap precision (7 decimal places) is causing the move here: Indeed, increasing the precision helps. ```r st_make_valid(st_as_sfc(vec), s2_options = s2::s2_options(snap = s2::s2_snap_precision(1e+09))) ``` makes...
Today [ALTREP support for lists](https://github.com/wch/r-source/commit/e05504ba154eea265970749a748947a00aafcd45) appeared in R SVN. Do you think it can somehow affect `{sf}` if it uses lists as data structure?
Maybe it's related to the change in https://github.com/rspatial/terra/issues/1088#issuecomment-1512422144?
In the case below I see significant difference in plotting time: ```r library("terra") gdal() # "3.7.2" # Size is 10980, 10980 # Overviews: 5490x5490, 2745x2745, 1373x1373, 687x687 url = "/vsicurl/https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/55/G/DM/2023/12/S2A_55GDM_20231230_0_L2A/B02.tif"...
Sorry @rhijmans for bothering you, but could you look into this issue when you find some free time?
BTW: This seems to work if `elev_sm` is in memory. ```r ext
This seems to be reproducible on macOS 12 with GDAL 3.8.1: https://github.com/kadyb/test3/actions/runs/7712093740/job/21018843693 Repository: https://github.com/kadyb/test3
We can also download the entire file (by removing the `vsicurl`) without loading it into memory and it works ok: ```r system.time({ dsn 0.21 0.08 4.08 ```