Re: [gdal-dev] Call for review on RFC 104: Adding a "gdal" front-end command line interface

2025-04-10 Thread Even Rouault via gdal-dev
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

[gdal-dev] Extreme time required to create pyramids in MBTiles file (WEBP compression) with large extension but little content

2025-04-10 Thread Michael Otto via gdal-dev
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

[gdal-dev] TSAN lock-order-inversion on moving GDAL init to main()

2025-04-10 Thread Simon Eves via gdal-dev
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: