[UI] compiled exe export tif failed (rasterio)
On Windows in the compiled .zip, exporting a georeferenced .tif with rasterio lead to errors such as
- module not found (as pyinstaller cannot find the nested modules of rasterio) - Solved by including hidden_imports = ['rasterio.vrt', 'rasterio.samples', 'rasterio.features'] in the .spec file
-
rasterio.errors.CRSError: The WKT could not be parsed. OGR Error code 6
: not solved.