hpcflow.sdk.core.zarr_io#

Utilities for working with Zarr.

Module attributes

PRIMITIVES

The basic types that Zarr can handle directly with no special action.

MAX_DEPTH

Maximum nesting depth for encoding.

Functions

zarr_decode

Decode data from a zarr group.

zarr_encode

Encode data into a zarr group.

Classes

ZarrEncodable

Base class of data that can be converted to and from zarr form.