Skip to content

Commit

Permalink
Added pre-req to notebook 02
Browse files Browse the repository at this point in the history
  • Loading branch information
hrhampapura committed Jun 14, 2024
1 parent 9c9abe0 commit 566b202
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions notebooks/02_era5_anomaly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@
"* Compute temperature anomaly for the years 1940-2023"
]
},
{
"cell_type": "markdown",
"id": "af77df62-68f8-436f-bf02-482b837ec65c",
"metadata": {},
"source": [
"## Prerequisites\n",
"\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Necessary | |\n",
"| [Intro to Intake](https://projectpythia.org/intake-cookbook/notebooks/intake_introduction.html) | Necessary | |\n",
"| [Understanding of Zarr](https://zarr.readthedocs.io/en/stable/) | Helpful | |\n",
"\n",
"- **Time to learn**: 30 minutes"
]
},
{
"cell_type": "markdown",
"id": "c023bced-f8b9-46c7-b4b6-c92567b7cca1",
Expand Down

0 comments on commit 566b202

Please sign in to comment.