Skip to content

Add support for "tile" mode to address GDAL 3.11 compatibility with rasterio #3297

@csaybar

Description

@csaybar

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):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions