"> This package combines all of the tools that I use for my data analysis"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Content\n",
"\n",
"- Stormtracks\n",
" * Follows Benestad et al. (2006)+\n",
"- derivative\n",
" * Calculates first and second derivative following Gill (1981)\n",
"- stats\n",
" * spatial mean added\n",
" * regression function for regression maps and more\n",
"- helper_functions\n",
" * reading netcdf files using xarray\n",
" * adjusting 0-360 lon to -180 to 180 \n",
" * much more\n",
"- total exchange flow\n",
" * using xarray\n",
"Initially, I created this package to keep track of all useful functions that I use on a regular basis. I encourage you to contribute to this package, finding possible errors, improvements or by adding new useful functions.\n",
"\n",
"The package is build with the package nbdev which allows creating packages within an interactive jupyter notebook enviroment.\n",