Skip to content

Commit bfeaf93

Browse files
committed
rm consolodated
1 parent e353574 commit bfeaf93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/creating_catalogs.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@
173173
"urls = ['s3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP/surface',\n",
174174
" 's3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP']\n",
175175
"\n",
176-
"source = intake.open_zarr(urls,\n",
177-
" storage_options={\"anon\": True},\n",
178-
" consolidated=True)\n",
176+
"source = intake.open_zarr(urls, storage_options={\"anon\": True})\n",
179177
"\n",
180178
"source.name = 'hrrrzarr'\n",
181179
"source.description = \"Mesowest's HRRR data. See readme source for more information.\"\n",

0 commit comments

Comments
 (0)