diff --git a/README.md b/README.md index 37d4ab2d29beecdd236922f4b898e1c4c98a02ef..27045f168fd29e50229e712fb6f3be8ff548df07 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,26 @@ ## 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 -``` \ No newline at end of file + - Does not work with files containing only one time record \ No newline at end of file