cf.ZarrArray.open

ZarrArray.open(**kwargs)[source]

Return a dataset object and address.

Added in version (cfdm): 1.12.2.0

Parameters:
kwargs: optional

Extra keyword arguments to zarr.open.

Returns:
(zarr.Group, str)

The dataset object open in read-only mode, and the variable name of the data within the dataset.