Edzer Pebesma
Edzer Pebesma
This change led to so many problems elsewhere that I have to revert it.
With ```r > library(sf) Linking to GEOS 3.12.1, GDAL 3.8.3, PROJ 9.3.1; sf_use_s2() is TRUE ``` I get  which seems the right thing.
Please attach the file you used.
Yes, after setting `sf_use_s2(FALSE)` you also get identical results.
Digging into this I got the feeling that something happens inside `wk`: ```r library(sf) # Linking to GEOS 3.11.1, GDAL 3.6.4, PROJ 9.1.1; sf_use_s2() is TRUE vec
Great thinking - thanks for the PR!
Still fails for [wasm](https://github.com/r-universe/r-spatial/actions/runs/7477676230/job/20351060311) - any ideas what to do?
That now passes, but hangs on geos; I looked at the successful wasm build of sf, but could not find the configure step being executed there (which has the same...
Thanks, FYI, > bind_cols() seems to work around the error, but looses the geometry; this may hint at what's happening. `bind_cols()` is a function, not a method, so there's little...
Thanks; I guess you need this because `st_intersection()` doesn't do it for your case. Could you share a dataset that fails with `st_intersection` but succeeds with your code?