tiled.adapters.zarr.ZarrGroupAdapter

class tiled.adapters.zarr.ZarrGroupAdapter(node: Any, *, 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, access_policy: AccessPolicy | None = None)[source]
__init__(node: Any, *, 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, access_policy: AccessPolicy | None = None) None[source]
Parameters:
node
structure
metadata
specs
access_policy

Methods

__init__(node, *[, structure, metadata, ...])

get(k[,d])

inlined_contents_enabled(depth)

items()

keys()

metadata()

read(fields)

search(query)

structure()

values()

Attributes

access_policy

items_indexer

keys_indexer

structure_family

values_indexer

fn