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: add basic pickle support #66

Closed benbovy closed 1 week ago

benbovy commented 1 week ago

Using WKT for now, not very robust. WKB will be better when fully available with #53.

jorisvandenbossche commented 1 week ago

BTW Dewey is implementing the encoder/decoder in https://github.com/paleolimbot/s2geography/pull/40 (as you suggested using that on the issue)

benbovy commented 1 week ago

Ah I missed that, thanks. Before starting this PR I looked into s2geometry Encoder / Decoder and concluded it indeed needed quite a lot of work (preferably in s2geography). Nice to see that Dewey has already made good progress 🚀 .

benbovy commented 1 week ago

Closing this PR. I'll open another one that will integrate the changes made in https://github.com/paleolimbot/s2geography/pull/40.