cogeotiff / rio-tiler

User friendly Rasterio plugin to read raster datasets.
https://cogeotiff.github.io/rio-tiler/
BSD 3-Clause "New" or "Revised" License
518 stars 108 forks source link

Tests segfault with GDAL 3.10.0 #769

Open imincik opened 2 days ago

imincik commented 2 days ago

rio-tiler tests are failing with GDAL 3.10.0

vincentsarago commented 2 days ago

thanks for the repor,

I think we will also have an issue with https://github.com/cogeotiff/rio-tiler/blob/main/rio_tiler/utils.py#L720-L751 https://github.com/OSGeo/gdal/pull/10861

Sadly I cannot spend time on this right now but will be happy to review PR 🙏

imincik commented 1 day ago

Thank you for response @vincentsarago