georust / gdal

Rust bindings for GDAL
https://crates.io/crates/gdal
MIT License
339 stars 92 forks source link

Implement support for writing Arrow data through OGR #464

Open kylebarron opened 8 months ago

kylebarron commented 8 months ago

GDAL 3.8 was released today and part of the improvements were to enable writing from Arrow data to OGR-supported drivers (see API documentation here). This is the inverse of this previous PR https://github.com/georust/gdal/pull/367.

I'd be happy to implement this, though I don't have a timeline on when I'll get around to it.