Skip to content

Commit

Permalink
rm consolodated
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Apr 1, 2024
1 parent e353574 commit bfeaf93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/creating_catalogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bfeaf93

Please sign in to comment.