geoarrow / geoarrow-rs

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

Create geoarrow arrays from iterators of anything that implements geometry access traits? #74

Closed kylebarron closed 1 year ago

kylebarron commented 1 year ago

It would be really cool if the wkb types could implement geometry access traits directly, and the From implementation to create arrow arrays could be exactly the same as what it is from geo objects

kylebarron commented 1 year ago

Closed with https://github.com/kylebarron/geoarrow-rs/pull/77!