Even Rouault
Even Rouault
…handle sources fully overlapping others, and taking into accout nodata values ``` - .. oo:: OVERLAP_STRATEGY :choices: REMOVE_IF_NO_NODATA, USE_ALL, USE_MOST_RECENT :default: REMOVE_IF_NO_NODATA :since: 3.9.1 Strategy to use when the ItemCollections...
Backport #9874 **Authored by:** @rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68850
…example) renaming a Integer/Float32 field of size 4 (or Integer64/Float64 field of size 8
Supports the CREATE_GROUP=YES creation option to create TileDB raster datasets as a TileDB group, to make it cleaner to store overview within it. See https://github.com/rouault/gdal/blob/tiledb_overview/frmts/tiledb/overview_model.rst for a description on how...
Fixes https://github.com/qgis/QGIS/issues/57359
Copy a source file into a target file in a way that can (potentially) be restarted. This function provides the possibility of efficiently restarting upload of large files to cloud...
The GDAL project builds against the latest Poppler git version, but they have just increased their baseline dependencies (for boost, libtiff, freetype) to the ones provided by Ubuntu 22.04. So...