Edzer Pebesma
edzer.mastodon.social.ap.brid.gy
Edzer Pebesma
@edzer.mastodon.social.ap.brid.gy
Open science, spatial data science, Earth observation, R foundation, jazz, he/him

[bridged from https://mastodon.social/@edzer on the fediverse by https://fed.brid.gy/ ]
@eliocamp did you compute the contours on the sphere?
May 26, 2025 at 11:31 AM
@juliasilge Thanks! When I start positron from the command line in some directory, the directory shown is always ~ (i.e., my home directory); this is on linux. How do you start positron, or how could I do this differently? Maybe clicking some kind of project file?
May 2, 2025 at 2:43 PM
It works when running "Preview", but not when I click "run cell".
April 24, 2025 at 11:04 PM
Reposted by Edzer Pebesma
@CD_Newton Thanks to Edzer Pebesma I finally could get the process right. It's really simple, and works really well.
```
library(sf)

data <- st_read('~/Downloads/bizkaia_elementos_test.gpkg') |> st_make_valid()

i <- st_intersection(data)
i2 <- […]

[Original post on fosstodon.org]
February 19, 2025 at 9:22 PM