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 from_wkt/to_wkt functions #50

Closed jorisvandenbossche closed 3 weeks ago

jorisvandenbossche commented 1 month ago

This adds vectorized from_wkt/to_wkt functions.

In addition to the geoarrow IO in https://github.com/benbovy/spherely/pull/49, this is still useful to have so users can convert to/from WKT with plain numpy arrays as well instead of having to go through Arrow (and use some arrow library).

jorisvandenbossche commented 1 month ago

Updated this now https://github.com/benbovy/spherely/pull/51 is merged, I think this should be ready for a final review / merge.