georust/gdal

Update OGR arrow example to use arrow-rs

kylebarron opened this issue · 0 comments

In #367 I added an example of using OGR's Arrow interface. We discussed how there were two main libraries for working with Arrow in Rust, arrow-rs and arrow2. Since then, the arrow2 library is no longer being maintained.

It would be good to change the example to use arrow-rs