Le 25/11/2024 à 10:21, Even Rouault via gdal-dev a écrit :
Hi Rob,
Is it worth reserving space for a future Git or Github-cli style
plugin mechanism where third party tools can extend the `gdal` CLI?
eg: `gdal raster from-contours`
* `git foo` simply looks for internal code first, then
Hello everyone,
I have a few questions about the following procedure.
We use gdal to retrieve raster data for several areas from a WMS and save
them together in an MBTiles file with a WEBP compression. We then use
gdaladdo to generate the pyramid levels for the MBTiles file.
Now we have noticed
I just refactored our GDAL init code which required me to add calls to the
init function to the *main()* of several of our unit test executables. Now
they all fail our TSAN tests with the following:
*18:46:51* 29: WARNING: ThreadSanitizer: lock-order-inversion
(potential deadlock) (pid=111437)*18: