Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.17 KB

Build Status codecov Codacy Badge

Python 3 tools for reading, analysing net-cdf based climate data. esm_analysis stands for Earth System Model Analysis (Library)

Installing

The latest (master) version of the code can be installed using pip:

pip install git+https://github.com/antarcticrainforest/esm_analysis.git

The project is in alpha stage jet, there are many features missing and the ones that have been implemented have probably errors. Still, you're encouraged to report bugs or request new features.

Contributing

Tests

Tests can be run as follows:

python3 -m pytest -v