We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e353574 commit bfeaf93Copy full SHA for bfeaf93
notebooks/creating_catalogs.ipynb
@@ -173,9 +173,7 @@
173
"urls = ['s3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP/surface',\n",
174
" 's3://hrrrzarr/sfc/20160824/20160824_00z_anl.zarr/surface/TMP']\n",
175
"\n",
176
- "source = intake.open_zarr(urls,\n",
177
- " storage_options={\"anon\": True},\n",
178
- " consolidated=True)\n",
+ "source = intake.open_zarr(urls, storage_options={\"anon\": True})\n",
179
180
"source.name = 'hrrrzarr'\n",
181
"source.description = \"Mesowest's HRRR data. See readme source for more information.\"\n",
0 commit comments