[bridged from https://mastodon.social/@edzer on the fediverse by https://fed.brid.gy/ ]
```
library(sf)
data <- st_read('~/Downloads/bizkaia_elementos_test.gpkg') |> st_make_valid()
i <- st_intersection(data)
i2 <- […]
[Original post on fosstodon.org]
```
library(sf)
data <- st_read('~/Downloads/bizkaia_elementos_test.gpkg') |> st_make_valid()
i <- st_intersection(data)
i2 <- […]
[Original post on fosstodon.org]