How to install#

Installing with pip#

pip install xdem

NOTE: Setting up GDAL and PROJ may need some extra steps, depending on your operating system and configuration.

Installing for contributors#

Recommended: Use conda for dependency solving.

git clone https://github.com/GlacioHack/xdem.git
cd ./xdem
conda env create -f dev-environment.yml
conda activate xdem
pip install -e .

After installing, we recommend to check that everything is working by running the tests:

pytest -rA