esmtools: a toolbox for Earth system model analysis

https://travis-ci.org/bradyrx/esmtools.svg?branch=master https://img.shields.io/pypi/v/esmtools.svg Conda Version https://coveralls.io/repos/github/bradyrx/esmtools/badge.svg?branch=master Documentation Status license

Most Recent Release

v1.1.1 of esmtools mainly introduces dask-friendly, vectorized, lightweight functions for standard statistical functions. They also intelligently handle datetimes on the independent (x) axis:

Installation

You can install the latest release of esmtools using pip or conda:

pip install esmtools
conda install -c conda-forge esmtools

You can also install the bleeding edge (pre-release versions) by running

pip install git+https://github.com/bradyrx/esmtools@master --upgrade

Getting Started

Help & Reference