Bases: BaseGroup, GroupSpec[T, TBaseItem], Generic[T]
Base class for all v0.4 OME-Zarr groups.
Attributes:
| Name |
Type |
Description |
zarr_format |
Literal[2]
|
|
attributes |
T
|
|
members |
Mapping[str, GroupSpec | ArraySpec] | None
|
|
from_zarr
Create an OME-Zarr model from a zarr.Group.
Parameters:
| Name |
Type |
Description |
Default |
group
|
Group
|
A Zarr group that has valid OME-Zarr image metadata.
|
required
|