Skip to content

Python implementation of Delft PS-InSAR (DePSI) processing package

License

Notifications You must be signed in to change notification settings

wietskebrouwer/DePSI

 
 

Repository files navigation

DePSI

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.

Installation for development

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 DePSI

Create a new conda environment (here we give an example name depsi-dev) with mamba.:

mamba create -c conda-forge -n depsi-dev python=3.12

Here we use Python 3.12 since we aim to support python 3.10 and above.

Activate the environment:

mamba activate depsi-dev

Install this package in development mode:

pip install -e ".[dev,docs]"

In the end, install the pre-commit hooks:

pre-commit install

Useful reading material

License

Copyright (c) 2023 - 2025, Netherlands eScience Center & Delft University of Technology

Apache Software License 2.0

About

Python implementation of Delft PS-InSAR (DePSI) processing package

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%