Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Jul 13, 2023
1 parent c6407ae commit 5101adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/case_studies/TIFF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"\n",
"\n",
"def generate_json_reference(fil, output_dir: str):\n",
" tiff_chunks = tiff_to_zarr(fil, remote_options={\"protocol\": \"s3\"})\n",
" tiff_chunks = tiff_to_zarr(fil, remote_options={\"protocol\": \"s3\", \"anon\": True})\n",
" fname = fil.split(\"/\")[-1].split(\"_\")[0]\n",
" outf = f\"{output_dir}/{fname}.json\"\n",
" with open(outf, \"wb\") as f:\n",
Expand Down

0 comments on commit 5101adf

Please sign in to comment.