Skip to content

Commit

Permalink
HARMONY-1414: Minor update to the tutorial notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Aug 4, 2023
1 parent 2337026 commit 66be541
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,19 +282,22 @@
"id": "bb0f4124-488a-477c-8cf4-b72b46d2b0fa",
"metadata": {},
"source": [
"Download the result and show file names."
"Download the result and show the file can be opened with NetCDF library."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "77aee47d-3679-49db-ac0e-05a7d9f15bff",
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"results = harmony_client.download_all(response, directory='/tmp', overwrite=True)\n",
"file_names = [f.result() for f in results]\n",
"file_names"
"for filename in file_names:\n",
" print(nc4.Dataset(filename))"
]
}
],
Expand Down

0 comments on commit 66be541

Please sign in to comment.