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_zarrwith anonymous defaults for public buckets.chunks=None(default) opens lazily without Dask; passchunks={}for the store’s native chunking. Extra keyword arguments go toopen_zarr.