This is the WIP repository for the Python version of DePSI *(), a Python package for inteferometric SAR processing. The software is inspired by the MATLAB version DePSI. In this repository, we implement classic DePSI algorithms and new InSAR developments in Python.
It is assumed that you have mamba installed. If not, you can find the installation instructions here. Other package managers like conda or venv can be used as well.
Clone this repository and cd into it:
git clone git@github.com:TUDelftGeodesy/DePSI.git
cd DePSICreate a new conda environment (here we give an example name depsi-dev) with mamba.:
mamba create -c conda-forge -n depsi-dev python=3.12Here we use Python 3.12 since we aim to support python 3.10 and above.
Activate the environment:
mamba activate depsi-devInstall this package in development mode:
pip install -e ".[dev,docs]"In the end, install the pre-commit hooks:
pre-commit installCopyright (c) 2023 - 2025, Netherlands eScience Center & Delft University of Technology
Apache Software License 2.0