Closed jorisvandenbossche closed 3 weeks ago
This adds vectorized from_wkt/to_wkt functions.
from_wkt
to_wkt
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).
Updated this now https://github.com/benbovy/spherely/pull/51 is merged, I think this should be ready for a final review / merge.
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).