Skip to content
Snippets Groups Projects
Commit 26dea78f authored by Vladimir Onoprienko's avatar Vladimir Onoprienko
Browse files

Update README.md

parent 076b6d81
No related branches found
No related tags found
No related merge requests found
## Install
```bash
git clone
git clone http://tesla.parallel.ru/vonopr/inmplot.git
cd inmplot
python -m pip install -e .
```
# Usage
### Create an image from .ctl file with command line
### Create an image from ctl file with command line
```bash
python -m plot_ctl --file=tests/data/mmsst.ctl --var=sst --tnum=0 --output=sst.png
python -m plot_ctl --file=mmsst.ctl --var=sst --tnum=0 --output=sst.png
```
### Convert ctl to netcdf
```bash
python -m ctler mmsst.ctl mmsst.nc
```
# Known issues
- Does not work with files containing only one time record
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment