ISIMIP viewer

Setup

pip install git+https://github.com/jochenklar/isimip-viewer  # from GitHub
pip install .                                                # from this repo
pip install -e .                                             # from this repo, editable

Usage

usage: isimip-viewer [-h] [--flip] [--time TIME] [--vmin VMIN] [--vmax VMAX] [--cmap CMAP] file var

positional arguments:
  file
  var

optional arguments:
  -h, --help   show this help message and exit
  --flip
  --time TIME
  --vmin VMIN
  --vmax VMAX
  --cmap CMAP