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

ENH: geography constructor from geoarrow #49

Closed jorisvandenbossche closed 2 weeks ago

jorisvandenbossche commented 1 month ago

~This depends on https://github.com/paleolimbot/s2geography/pull/23~

This also introduces the question: how to we deal with functions that depend on a specific version of s2geography? Short term we can just ensure we do a upstream release and require the latest version, but longer term we might need to have some mechanism for this? -> added some version definitions that can be used in C++

Some other notes:

benbovy commented 2 weeks ago

Thanks @jorisvandenbossche