[gdal-dev] Detecting SPARSE rasters

2024-06-28 Thread Jon Morris via gdal-dev
We usually use the SPARSE_OK option when creating GTiffs, but as a lot of our clients use ArcGIS, we need to ensure that the sparse option is not used for client deliverables. After a tiff has been created though, it's not easy to tell whether it is sparse or not. Is there an easy way of detecti

Re: [gdal-dev] FileGDB_COMPILE fails during CMake

2023-02-27 Thread Jon Morris via gdal-dev
Does that mean we should no longer attempt to use the FileGDB API? Our tool makes quite heavy use of FileGDB so we'd have to do something like this every time a user wants to use it: if GDAL_VERSION >= (3, 6): driver = 'OpenFileGDB' else: driver = 'FileGDB' Jon e: jon.mor...@jbarisk.c