This package provides tools to help climate scientists complete a variety of data analysis tasks, including objective and statistical analysis methods, 1D and 2D spectral decompositions, deriving physical quantities, working with physical units, and downloading archived observational and model data. The source code is published on Github.
Please note this package is very much a work-in-progress! The examples and documentation are incomplete, and undiscovered bugs may exist.
The documentation is published on readthedocs.
Climopy is published on PyPi.
It can be installed or upgraded with pip
as follows:
pip install climopy
pip install --upgrade climopy
To install a development version of climopy, you can use
pip install git+https://github.com/lukelbd/climopy.git
or clone the repository and run pip install -e .
inside
the climopy
folder.