Skip to content

zarr

io.backends._zarr.HAS_ZARR = True module-attribute

io.backends._zarr.ZarrManager

Bases: StorageManager

append_array(data, storage, key_array) classmethod

get_store(path_file) classmethod

initialize_group(store, key_group) classmethod

Check to see if a group at key_group exists in path_file. If not, then it creates a group.

PARAMETER DESCRIPTION
store

A store used directly from the data backend.

TYPE: Any

key_group

Key to the group starting from root at path_file.

TYPE: str