Installation

xsar relies on gdal and other shared libs, that are not provided by pip. So insallation in a conda environement is recommended.

conda install

conda create -n xsar
conda activate xsar
conda install -c conda-forge xsar

Update xsar to the latest version

xsar conda package can be quite old:

https://anaconda.org/conda-forge/xsar/badges/latest_release_relative_date.svg

To be up to date with the developpement team, it’s recommended to update the installation using pip:

pip install git+https://github.com/umr-lops/xsar.git

Developement installation

git clone https://github.com/umr-lops/xsar
cd xsar
# this is needed to register git filters
git config --local include.path ../.gitconfig
pip install -e .
pip install -r requirements.txt