Closed maxee closed 2 years ago
Wheels are build using vcpkg. Here is an example GDAL PR: https://github.com/microsoft/vcpkg/pull/26676
To have ZSTD added, it will need to be added upstream.
Thanks for the information. I opened an issue in their repository. However, although I cannot verify it anymore, I think that ZSTD GeoTiff files worked with the 1.2.x versions. Unfortunately the wheels for 1.2.x seem not be available anymore so I would have to build it manually...
Older windows wheels are available here: https://www.lfd.uci.edu/~gohlke/pythonlibs/
To have ZSTD added, you will need vcpkg port tiff[zstd]
in addition to gdal
in vcpkg.json
.
@dg0yt thanks for the tip!
Expected behavior and actual behavior.
This is exactly the same issue as rasterio/rasterio#2542 with the difference that it applies to the v1.3.2 Windows wheel builds.
ZSTD compressed rasters cannot be decoded with v1.3.2 wheel builds on Windows:
Steps to reproduce the problem.
Try to decode a ZSTD compressed tif raster file on Windows having the v1.3.2 wheel installed.
Environment Information
Installation Method
pip install rasterio==1.3.2
on Windows x64.