Skip to content

MetOffice/CATNIP

Repository files navigation

CATNIP

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

Requirements

Please ensure you have the following dependencies installed:

iris numpy matplotlib six scipy

Usage

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 git@github.com: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

Contributing

If you want to contribute to CATNIP be sure to review the contribution guidelines.

Contact

For any suggestion, contribution and bug/error reporting, contact us at catnip@metoffice.gov.uk

License

BSD-3 License