geoarrow-rs
geoarrow-rs copied to clipboard
Remove `GeometryArray` enum and move towards use of `Arc<dyn GeometryArray>`
This aligns well with arrow-rs. Progress started in https://github.com/geoarrow/geoarrow-rs/pull/233 and https://github.com/geoarrow/geoarrow-rs/pull/235
For now, just move slice, with_coords, into_coord_type and owned_slice to another trait, to make GeometryArrayTrait object safe