Module zarrs::array::chunk_grid

source ·
Expand description

Zarr chunk grids. Includes a regular grid implementation.

See https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#chunk-grids.

A ChunkGrid is a Box wrapped chunk grid which implements ChunkGridTraits. Chunk grids are zarr extension points and they can be registered through inventory as a ChunkGridPlugin.

Includes a RegularChunkGrid and RectangularChunkGrid implementation.

A regular chunk grid can be created from a ChunkShape and similar. See its from/try_from implementations.

Re-exports§

Modules§

Structs§

Traits§

Type Aliases§