Skip to content

Installation

Installaton

You can install the latest available version from Conda:

Note

You may want to start with a fresh environment by:

conda create -n insarhub python=3.12 && conda activate insarhub

conda install insarhub -c conda-forge
OR

from pip:

Note

Since GDAL depends on non-Python system libraries, we will add it via conda:

pip install insarhub
conda install gdal

Development Setup

InSAR Script is currently under active development, to set up a the latest dev version:

git clone https://github.com/jldz9/InSARHub.git
cd InSARHub
conda env create -f environment.yml -n insar_dev
conda activate insar_dev
pip install -e .
Note

Or mamba env create -f environment.yml -n insar_dev

if you have mamba installed for faster environment solve

⚠️ Major Redesign

InSARScript v1.1.0 has change of APIs, this documentation is not compatible with version v1.0.0.