From 3834e5ed5cabd5f318d0981d710598af1f65275f Mon Sep 17 00:00:00 2001 From: "pl.marasco" <22492773+pl-marasco@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:58:19 +0200 Subject: [PATCH] Update chunking_introduction.ipynb single kerchunk file doesn't require .open_mfdataset but only .open_dateset --- tutorial/pangeo101/chunking_introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/pangeo101/chunking_introduction.ipynb b/tutorial/pangeo101/chunking_introduction.ipynb index 20e7c81..7db2a42 100755 --- a/tutorial/pangeo101/chunking_introduction.ipynb +++ b/tutorial/pangeo101/chunking_introduction.ipynb @@ -653,7 +653,7 @@ }, "outputs": [], "source": [ - "LTS = xr.open_mfdataset(\n", + "LTS = xr.open_dataset(\n", " \"reference://\", engine=\"zarr\",\n", " backend_kwargs={\n", " \"storage_options\": {\n",