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
from pip:
Note
Since GDAL depends on non-Python system libraries, we will add it via conda:
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