Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 369 Bytes

Rust Examples

Usage with GDAL Arrow API

As of GDAL version 3.6, GDAL has included support for reading data into Arrow directly. The file gdal.rs shows how to use this API to efficiently load data into GeoArrow memory.

Run with

cargo run --example gdal --features gdal