Base objects
ome_zarr_models.base.BaseAttrs
ome_zarr_models.base.BaseAttrsv2
Bases: BaseAttrs
Base attribute model for Zarr v2 groups (ie OME-Zarr 0.4).
get_array_paths
Get a list of all array paths expected and required to live in the Group with these attributes.
get_group_paths
Get a list of all group paths expected and required to live in the Group with these attributes.
Must return a dictionary mapping paths to their GroupSpec class.
get_optional_array_paths
Get a list of all array paths expected but not required to live in the Group with these attributes.
ome_zarr_models.base.BaseAttrsv3
Bases: BaseAttrs
Base attribute model for Zarr v3 groups (ie OME-Zarr 0.5+).
get_array_paths
Get a list of all array paths expected and required to live in the Group with these attributes.
get_group_paths
Get a list of all group paths expected and required to live in the Group with these attributes.
Must return a dictionary mapping paths to their GroupSpec class.
get_optional_array_paths
Get a list of all array paths expected but not required to live in the Group with these attributes.