JuliaGeo / GDAL.jl

Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
MIT License
90 stars 13 forks source link

GDAL 3.6.0 #143

Closed visr closed 1 year ago

visr commented 1 year ago

Released two days ago, and now available in GDAL.jl!

See the release notes: https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md

The build also adds support for Arrow and Parquet drivers, thanks to @evetion for Arrow_jll. This also enables making use of https://gdal.org/development/rfc/rfc86_column_oriented_api.html, which can be seen if you look through the large diff for ogr_l_getarrowstream.