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

check slicing #8

Closed kylebarron closed 1 year ago

kylebarron commented 1 year ago

check that slicing is accurate. we should not be slicing the underlying arrays? when should we be slicing arrays vs slicing offsets?

kylebarron commented 1 year ago

should mostly be fixed by https://github.com/kylebarron/geoarrow-rs/pull/71