Installation#

Dependencies#

Built distributions#

XProj packages are available on PyPI (soon on conda-forge as well).

Install xproj and its dependencies, e.g., using pip:

$ pip install xproj

Installation from source#

Installing XProj from source may be useful for development purpose.

Clone XProj’s source repository and then install it from the source root directory:

$ git clone https://github.com/xarray-contrib/xproj
$ cd xproj
$ python -m pip install -e .