easysnowdata.providers.zarr_cloud.open#

easysnowdata.providers.zarr_cloud.open(url: str, *, storage_options: dict[str, Any] | None = None, chunks: Any = None, consolidated: bool | None = None, **kwargs: Any) Any[source]#

xarray.open_zarr with anonymous defaults for public buckets.

chunks=None (default) opens lazily without Dask; pass chunks={} for the store’s native chunking. Extra keyword arguments go to open_zarr.