Introduction
Developer Guide
to_crs()
GeoBox
GridSpec
Index
Query chunk shape for a given chunk.
idx (Union[Tuple[int, int], XY[int], Index2d]) – (row, col) chunk index
Union
Tuple
int
XY
Index2d
(row, col)
Shape2d
(nrows, ncols) shape of a tile (edge tiles might be smaller)
(nrows, ncols)
IndexError when index is outside of [(0,0) -> .shape).
IndexError
[(0,0) -> .shape)