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 Grid | ZEP | V3 | V2 | Feature Flag |
|---|---|---|---|---|
regular | ZEP0001 | โ | โ | |
rectilinear | โ | |||
๐งrectangular | ZEP0003 (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
rectangularchunk grid. - rectilinear
- The
rectilinearchunk grid. - regular
- The
regularchunk grid. - regular_
bounded - The
regular_boundedchunk grid.