Skip to main content

Module rectangular

Module rectangular 

Source
Expand description

The rectangular chunk grid.

This chunk grid is experimental and may be incompatible with other Zarr V3 implementations.

§Compatible Implementations

None

§Specification

§Chunk Grid name Aliases (Zarr V3)

  • rectangular

§Chunk grid configuration Example - RectangularChunkGridConfiguration:

{
  "chunk_shape": [[5, 5, 5, 15, 15, 20, 35], 10]
}

Structs§

RectangularChunkGrid
A rectangular chunk grid.
RectangularChunkGridConfiguration
Configuration parameters for a rectangular chunk grid.
RectangularChunkGridCreateError
A RectangularChunkGrid creation error.

Enums§

RectangularChunkGridDimensionConfiguration
A chunk element in the chunk_shape field of rectangular chunk grid netadata.