geoarrow-rs icon indicating copy to clipboard operation
geoarrow-rs copied to clipboard

Remove `GeometryArray` enum and move towards use of `Arc<dyn GeometryArray>`

Open kylebarron opened this issue 2 years ago • 1 comments

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

kylebarron avatar Nov 11 '23 05:11 kylebarron

For now, just move slice, with_coords, into_coord_type and owned_slice to another trait, to make GeometryArrayTrait object safe

kylebarron avatar Nov 12 '23 17:11 kylebarron