ubarsc / kealib

KEALib provides an implementation of the GDAL data model. The format supports raster attribute tables, image pyramids, meta-data and in-built statistics while also handling very large files and compression throughout.
http://kealib.org/
MIT License
12 stars 7 forks source link

remove support for GDAL < 3 and add 3.6 support #27

Closed gillins closed 1 year ago

gillins commented 1 year ago

Fixes #26

This PR removes all support for versions of GDAL older than 3.0 and adds support for GDAL 3.6.

neteler commented 1 year ago

Thanks a lot, I have successfully created a scratch build on Fedora:

with

Test with rawhide = F38, gdal-3.6.0:

https://koji.fedoraproject.org/koji/taskinfo?taskID=94386409

Successfully compiled!

Test with rawhide = F37, gdal-3.5.2:

https://koji.fedoraproject.org/koji/taskinfo?taskID=94387354

Successfully compiled!