Skip to content

CodecChain

zarrista.CodecChain

The ordered chain of codecs used to encode and decode an array's chunks.

__init__

__init__(metadatas: list[dict[str, Any]]) -> None

Construct a codec chain from a list of Zarr v3 codec metadata.

create_metadatas

create_metadatas() -> list[dict[str, Any]]

The Zarr v3 metadata for each codec in the chain.