Skip to content

Commit

Permalink
WIP: furuno
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Sep 27, 2022
1 parent dd7418c commit d5c62a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/Furuno.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
" fname = \"furuno_data.scn.gz\"\n",
" if not os.path.exists(fname):\n",
" base_url = \"https://raw.githubusercontent.com/wradlib/wradlib-data/main/furuno/\"\n",
" #filename = \"2006_20220324_000000_000.scnx.gz\"\n",
" # filename = \"2006_20220324_000000_000.scnx.gz\"\n",
" filename = \"0080_20210730_160000_01_02.scn.gz\"\n",
" url = urljoin(base_url, filename)\n",
" urlretrieve(url, filename=fname)\n",
Expand Down

0 comments on commit d5c62a4

Please sign in to comment.