Re: [gdal-dev] strange wkt recognition

2025-07-04 Thread Even Rouault via gdal-dev
Hi Javier, the difference between 3.9.2 and 3.11 that explains what you see is : https://github.com/OSGeo/gdal/commit/a4aa0b50154b0558e2677a31dde416452ac07c97 : "OGRSpatialReference::importFromEPSG(): tries with ESRI when it looks like an ESRI code, but with a warning when that succeeds" The

[gdal-dev] strange wkt recognition

2025-07-04 Thread Javier Jimenez Shaw via gdal-dev
Hi I would like to understand why do I have different behaviour recognizing a WKT between GDAL 3.9.2 and 3.11.1, both using PROJ 9.5.0 (using C++) There is a clear mistake in the WKT bellow: EPSG:102641 . It should be ESRI. But the source of the data was wrong, and we worked with that for a long