[gdal-dev] GDAL 3.11.0 "Eganville" is released

2025-05-09 Thread Even Rouault via gdal-dev
Hi, On behalf of the GDAL/OGR development team and community, I am pleased to announce the release of GDAL/OGR 3.11.0. GDAL/OGR is a C++ geospatial data access library for raster and vector file formats, databases and web services. It includes bindings for several languages, and a variety of

Re: [gdal-dev] Motion: approve GDAL 3.11.0RC2 as final release

2025-05-09 Thread Even Rouault via gdal-dev
Approved with +1 from PSC members JavierJS, MikeS, KurtS, HowardB, JukkaR, DanB and me. Le 07/05/2025 à 17:53, Even Rouault via gdal-dev a écrit : +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___ gdal-dev mail

Re: [gdal-dev] HFA (.img) driver prints Warning 1: NaN converted to INT_MAX when float raster has nan as the NoData value

2025-05-09 Thread Jason Roberts via gdal-dev
Thank you! Jason On 5/9/25 06:04, Even Rouault wrote: Will be fixed per https://github.com/OSGeo/gdal/pull/12323 Le 09/05/2025 à 07:56, Rahkonen Jukka a écrit : Hi, Another method to reproduce without Python by using gdal_create: gdal_create -outsize 100 100 -ot float32 -a_nodata nan -of h

Re: [gdal-dev] HFA (.img) driver prints Warning 1: NaN converted to INT_MAX when float raster has nan as the NoData value

2025-05-09 Thread Even Rouault via gdal-dev
Will be fixed per https://github.com/OSGeo/gdal/pull/12323 Le 09/05/2025 à 07:56, Rahkonen Jukka a écrit : Hi, Another method to reproduce without Python by using gdal_create: gdal_create -outsize 100 100 -ot float32 -a_nodata nan -of hfa nan.img C:\data\000\gdaltest>gdalinfo nan.img Warning