Skip to content

ChunkGrid

zarrista.ChunkGrid

The chunk grid of an array: how its shape is partitioned into chunks.

array_shape property

array_shape: list[int]

The shape of the array, in elements along each dimension.

grid_shape property

grid_shape: list[int]

The shape of the grid, in number of chunks along each dimension.

ndim property

ndim: int

The number of dimensions.