Skip to content

Tile

async_geotiff.Tile dataclass

A tile from a GeoTIFF, containing array data and grid position.

array instance-attribute

array: Array

The array data for this tile.

x instance-attribute

x: int

The tile column index in the GeoTIFF or overview.

y instance-attribute

y: int

The tile row index in the GeoTIFF or overview.