Skip to content

Commit

Permalink
update nb w-avg
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 27, 2023
1 parent 6c77834 commit b4d2ee6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notebooks/weighted_average.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"source": [
"# Weighted Average\n",
"\n",
"https://docs.xarray.dev/en/stable/examples/area_weighted_temperature.html"
"* https://docs.xarray.dev/en/stable/examples/area_weighted_temperature.html\n",
"* https://docs.xarray.dev/en/stable/generated/xarray.DataArray.weighted.html\n",
"* https://towardsdatascience.com/xarray-recipes-for-earth-scientists-c12a10c6a293#c729\n",
"* https://towardsdatascience.com/the-correct-way-to-average-the-globe-92ceecd172b7\n",
"* https://xcdat.readthedocs.io/en/stable/generated/xarray.Dataset.spatial.average.html\n",
"* https://xcdat.readthedocs.io/en/stable/examples/spatial-average.html"
]
},
{
Expand Down

0 comments on commit b4d2ee6

Please sign in to comment.