Skip to content

Commit

Permalink
Temporal average notebooks maintanance (#633)
Browse files Browse the repository at this point in the history
* Added `add_missing_bounds` for missed time bounds. Added line plots for derived time series

Co-authored-by: tomvothecoder <[email protected]>
  • Loading branch information
lee1043 and tomvothecoder authored Apr 16, 2024
1 parent 799b81f commit b835032
Show file tree
Hide file tree
Showing 2 changed files with 764 additions and 389 deletions.
8 changes: 3 additions & 5 deletions docs/examples/climatology-and-departures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
"source": [
"# Calculating Climatology and Departures from Time Series Data\n",
"\n",
"Author: [Tom Vo](https://github.com/tomvothecoder/)\n",
"Author: [Tom Vo](https://github.com/tomvothecoder/) & [Jiwoo Lee](https://github.com/lee1043/)\n",
"\n",
"Date: 05/27/22\n",
"\n",
"Last Updated: 2/27/23\n",
"Updated: 04/01/24 (v0.6.1)\n",
"\n",
"Related APIs:\n",
"\n",
Expand Down Expand Up @@ -4486,7 +4484,7 @@
" freq=\"season\",\n",
" weighted=True,\n",
" season_config={\"dec_mode\": \"DJF\", \"drop_incomplete_djf\": True},\n",
")\n"
")"
]
},
{
Expand Down
Loading

0 comments on commit b835032

Please sign in to comment.