## Requirements
  - python >= 3.8  *won't work with python 3.6*
  - matplotlib
  - netcdf4
  - numpy

## Install

```bash
git clone http://tesla.parallel.ru/vonopr/inmplot.git
cd inmplot
python3 -m pip install -e .

```

# Usage

### Create an image from ctl file with command line

```bash
python3 -m plot_ctl --file=mmsst.ctl --var=sst --tnum=0 --output=sst.png
```

### Convert ctl to netcdf
```bash
python3 -m ctler mmsst.ctl mmsst.nc
```