Update to GDAL 3.11

On January 13 GDAL release the version 3.10.1. We are currently using the version 3.9.3. The version 3.10 introduce breakings changes https://github.com/OSGeo/gdal/blob/v3.10.2/NEWS.md .

One of them is that opening a dataset with MEM::: syntax is now disabled by default due to security reasons. The quick fix is to build GDAL with GDAL_MEM_ENABLE_OPEN to ON, but we do not know how long this fix will work. Another fix is to follow instructions given by Even Rouault (GDAL main developer) here: https://github.com/OSGeo/gdal/pull/10861#issuecomment-2369745337

Edited by Tristan Laurent