Skip to content

Commit

Permalink
added storage_options parameter to Xrefcoord.ipyb
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g committed Aug 29, 2024
1 parent 4e4ec99 commit ac097a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/using_references/Xrefcoord.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"storage_options = {\n",
" \"remote_protocol\": \"s3\",\n",
" \"skip_instance_cache\": True,\n",
" \"remote_options\": {\"anon\": True}\n",
"} # options passed to fsspec\n",
"open_dataset_options = {\"chunks\": {}} # opens passed to xarray\n",
"\n",
Expand Down

0 comments on commit ac097a0

Please sign in to comment.