geoarrow / geoarrow-rs

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

Change `bounding_rect` to return `RectArray` #231

Closed kylebarron closed 12 months ago

lewiszlw commented 12 months ago

If you can implement impl From<Vec<Option<geo::Rect>>> for RectArray, I can help with other work.

kylebarron commented 12 months ago

Done in https://github.com/geoarrow/geoarrow-rs/pull/240