GDAL 3.11 OSGeo/gdal#11541 introduces a new interleave mode "tile" (quite very helpful for hyperspectral images) these changes will potentially create an issue with rasterio.open in write mode:
e.g.
image.tif: INTERLEAVE=tile unsupported, value must be PIXEL or BAND.
I think it must be fixed by just adding the tile option here:
|
class Interleaving(Enum): |