Installation

Stable release

  1. Use pip to install package from PyPI:
pip install rioxarray
  1. Use conda with the conda-forge channel:
conda install -c conda-forge rioxarray

From source

The source for rioxarray can be downloaded from the GitHub repo.

$ git clone git@github.com:corteva/rioxarray.git

$ cd rioxarray
$ python setup.py install