From bfeaf93158c9ed1c6144c49790f3e44e20d98a86 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:49:44 -0600 Subject: [PATCH] rm consolodated --- notebooks/creating_catalogs.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notebooks/creating_catalogs.ipynb b/notebooks/creating_catalogs.ipynb index 4c32854..c84f623 100644 --- a/notebooks/creating_catalogs.ipynb +++ b/notebooks/creating_catalogs.ipynb @@ -173,9 +173,7 @@ "urls = ['s3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP/surface',\n", " 's3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP']\n", "\n", - "source = intake.open_zarr(urls,\n", - " storage_options={\"anon\": True},\n", - " consolidated=True)\n", + "source = intake.open_zarr(urls, storage_options={\"anon\": True})\n", "\n", "source.name = 'hrrrzarr'\n", "source.description = \"Mesowest's HRRR data. See readme source for more information.\"\n",