Skip to content

Installation

SARXarray can be installed from PyPI:

pip install sarxarray

or from the source:

git clone git@github.com:TUDelftGeodesy/sarxarray.git
cd sarxarray
pip install .

Note that Python version >=3.10 is required for SARXarray.

Tips

We strongly recommend installing separately from your default Python environment. E.g. you can use environment manager (e.g. mamba) to create a separate environment.