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

Fix overview writing and reduce warnings from released GDAL #66

Closed gillins closed 1 month ago

gillins commented 1 month ago

Port of #65 to master. Reduce number of warnings that come up when running against conda forge GDAL which is already configured to use GDAL as a plugin. The various metadata items should all match, apart from GDAL_DMD_CREATIONOPTIONLIST which is now genuinely different from the released version of GDAL due to the default value of kealib::KEA_ATT_CHUNK_SIZE and kealib::KEA_IMAGE_CHUNK_SIZE being altered in #62.

ping @neilflood