tiled.adapters.zarr.ZarrGroupAdapter
- class tiled.adapters.zarr.ZarrGroupAdapter(zarr_group: Group, *, structure: ArrayStructure | None = None, metadata: Dict[str, str | int | float | bool | Dict[str, Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]] | List[Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]]] | None = None, specs: List[Spec] | None = None)[source]
Adapter for Zarr groups (containers)
- __init__(zarr_group: Group, *, structure: ArrayStructure | None = None, metadata: Dict[str, str | int | float | bool | Dict[str, Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]] | List[Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]]] | None = None, specs: List[Spec] | None = None) None [source]
Methods
__init__
(zarr_group, *[, structure, ...])get
(k[,d])inlined_contents_enabled
(depth)items
()keys
()metadata
()read
(fields)search
(query)structure
()values
()Attributes
items_indexer
keys_indexer
structure_family
values_indexer
fn