Is there any way to open a .tif
image within a .zip
file with rasterio, without having to extract the .tif
from the zip?
I have thousands of images which are nicely grouped in zip files and I want to analyse them with rasterio. Extracting all the images is going to take up quite a bit of storage so if possible I prefer not to...
Thanks!