Climate Analysis Tools: Now In Python
This library is a collection of routines to make frequently used climate data analysis and visualisation tasks in Iris easier and quicker to write.
Complete documentation can be found at: CATNIP Docs
Please ensure you have the following dependencies installed:
iris
numpy
matplotlib
six
scipy
To get started make sure all the requirements are installed, then clone the repository and set your Python environment to point to your copy, for example:
git clone [email protected]:MetOffice/CATNIP.git
export PYTHONPATH=<path/to/CATNIP/lib>
CATNIP is also available via pypi and conda-forge:
pip install mo-catnip
conda install -c conda-forge mo-catnip
If you want to contribute to CATNIP be sure to review the contribution guidelines.
For any suggestion, contribution and bug/error reporting, contact us at [email protected]