Open
Description
Right now, open_zarr
and Dataset.to_zarr
only work with Zarr groups. Zarr Groups can contain multiple Array objects.
It would be nice if we could open Zarr Arrays directly as xarray DataArrays and write xarray DataArrays directly to Zarr Arrays.
However, this might not make sense, because, unlike xarray DataArrays, zarr Arrays can't hold any coordinates.
Just raising this idea for discussion.