Metadata-Version: 2.1
Name: cgeniepy
Version: 0.4.0
Summary: A Python wrapper package to analyse and visualise cGENIE model output
Author: Rui Ying
Author-email: rui.ying@bristol.ac.uk
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

This is an open-source Python package used in my Ph.D project to analyse and visualise cGENIE model output (mostly in netCDF format).


## Main features 🐛

### unit system
### visualisation based on Matplotlib
- Map
- Ocean Transection Contour 
- Taylor diagram

### chemistry system
### ocean basin detection


## Installation 🙂

```bash
python3 -m pip install -i https://test.pypi.org/simple/ cgeniepy==0.4.0
```

## TODO 🚩

- [] Documentation
- [] Examples
- [] Unit Tests
