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
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