stla / sphereTessellation

Delaunay and Voronoï tessellations on the sphere
3 stars 1 forks source link

Is it possible to extract the output geometries as an sf object? #2

Closed arthurwelle closed 1 year ago

arthurwelle commented 1 year ago

Hi, I was trying to do a sphere voronoi tessellation in R with no luck. Yesterday I started a bounty on SO (https://stackoverflow.com/questions/68324079/how-to-truly-calculate-a-spherical-voronoi-diagram-using-sf). Browsing github I found Michal Summer attempt (https://mdsumner.github.io/vorsph/index.html) and now yours! I´m wondering if the resulted tessallation can be converted to a sf object (one that I could manipulate further)? In any case nice job! Best regards!

stla commented 1 year ago

No idea, I never used sf.

arthurwelle commented 1 year ago

Well, it was worth the shot! Thanks anyway!