benbovy / spherely

Manipulation and analysis of geometric objects on the sphere.
https://spherely.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
119 stars 8 forks source link

Implement the __geo_interface__ on Geography objects #60

Open jorisvandenbossche opened 3 weeks ago

jorisvandenbossche commented 3 weeks ago

See https://gist.github.com/sgillies/2217756

Of course, given this is GeoJSON-like, there might be confusion about the edges not being planar for spherely. But for general interoperability I think it would still be good to implement.