geoarrow / geoarrow-rs

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

Sync readers should return a `RecordBatchReader` #596

Open kylebarron opened 5 months ago

kylebarron commented 5 months ago

It's not clear to me how to bridge the gap betwen push based and pull based iterators. Geozero processors create push-based streams, while an iterator is a pull-based interface.