rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Patch 3.6.4 to fix multi-thread compression crasher #107

Closed sgillies closed 11 months ago

sgillies commented 1 year ago

See https://github.com/rasterio/rasterio/issues/2847. Fix is in https://github.com/OSGeo/gdal/pull/7963.

rouault commented 1 year ago

you should actually backport https://github.com/OSGeo/gdal/pull/7967 , since the master PR will not apply on 3.7 or 3.6

you may also want to cherry-pick https://github.com/OSGeo/gdal/pull/7962 that will avoid annoying (harmless) error messages in the same situation

sgillies commented 1 year ago

Yes, thanks @rouault !

sgillies commented 11 months ago

Resolved by #110