geoarrow / geoarrow-rs

GeoArrow in Rust, Python, and JavaScript (WebAssembly) with vectorized geometry operations
http://geoarrow.org/geoarrow-rs/
Apache License 2.0
249 stars 16 forks source link

Implement reading WKT using `wkt` crate #790

Open kylebarron opened 3 days ago

kylebarron commented 3 days ago

We can implement geo-traits on the WKT types here: https://docs.rs/wkt/latest/wkt/types/index.html

Then we can read WKT into GeoArrow without geozero using existing builder APIs.

kylebarron commented 2 days ago

Partially closed by #791 , though the full parsing mechanism is not yet piped through