Skip to main content

Module chunk_grid

Module chunk_grid 

Source
Expand description

Zarr chunk grids.

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

A ChunkGrid is an Arc wrapped ChunkGridTraits implementation. Chunk grids are Zarr extension points and they can be registered through inventory as a ChunkGridPlugin.

Chunk GridZEPV3V2Feature Flag
regularZEP0001โœ“โœ“
rectilinearโœ“
๐ŸšงrectangularZEP0003 (draft)โœ“
๐Ÿšงzarrs.regular_boundedโœ“

Re-exportsยง

pub use zarrs_chunk_grid as api;
pub use rectangular::*;
pub use rectilinear::*;
pub use regular::*;
pub use regular_bounded::*;

Modulesยง

rectangular
The rectangular chunk grid.
rectilinear
The rectilinear chunk grid.
regular
The regular chunk grid.
regular_bounded
The regular_bounded chunk grid.