Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io_multi_band(): workaround GDAL [3.6.0,3.7.0] bug with reading band-… #2851

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Jun 17, 2023

…interleaved GTiff in multithreaded mode

fixes #2847

Note: if testing this against GDAL 3.8.0dev before OSGeo/gdal#7963,
build rasterio with "GDAL_VERSION=3.7.0 pip install -e ." so that the compile-time conditions are met.

…interleaved GTiff in multithreaded mode

fixes rasterio#2847

Note: if testing this against GDAL 3.8.0dev before
OSGeo/gdal#7963,
build rasterio with "GDAL_VERSION=3.7.0 pip install -e ."
so that the compile-time conditions are met.
@sgillies sgillies self-assigned this Jun 22, 2023
@sgillies sgillies added this to the 1.3.8 milestone Jun 22, 2023
@sgillies sgillies merged commit fb5868d into rasterio:main Jun 22, 2023
15 checks passed
sgillies pushed a commit that referenced this pull request Jun 22, 2023
…interleaved GTiff in multithreaded mode (#2851)

fixes #2847

Note: if testing this against GDAL 3.8.0dev before
OSGeo/gdal#7963,
build rasterio with "GDAL_VERSION=3.7.0 pip install -e ."
so that the compile-time conditions are met.
@sgillies
Copy link
Member

Let's allow the "GDAL latest" test to fail until OSGeo/gdal#7963 gets merged.

@sgillies sgillies mentioned this pull request Jun 22, 2023
sgillies added a commit that referenced this pull request Jun 23, 2023
* io_multi_band(): workaround GDAL [3.6.0,3.7.0] bug with reading band-interleaved GTiff in multithreaded mode (#2851)

fixes #2847

Note: if testing this against GDAL 3.8.0dev before
OSGeo/gdal#7963,
build rasterio with "GDAL_VERSION=3.7.0 pip install -e ."
so that the compile-time conditions are met.

* Update change log

* Allow the test runner to catch a pyparsing exception

---------

Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-threaded image read segmentation fault
2 participants