Here is an example instruction to install isce2 (release or development version) and mintpy (development version) using conda. For machines with GPU available, we recommend using the "option 3" there to install isce2 from source to leverage the GPU processing.
Download source code:
cd ~/tools
git clone https://github.com/radar-science/isce-proc.gitAdd the following to your source file, such as .bashrc or .bash_profile for bash users:
##-------------- isce-proc ----------------------------##
export ISCE_PROC_HOME=~/tools/isce-proc
export PYTHONPATH=${PYTHONPATH}:${ISCE_PROC_HOME}/src
export PATH=${PATH}:${ISCE_PROC_HOME}/src/isce_proctopsApp.py -h
smallbaselineApp.py -h
run_isce_stack.py -hRegister the following accounts to download data from various sources.
Register for NASA's Alaska Satellite Facility Distributed Active Archive Center (ASF DAAC) to download SAR data.
Register for the Copernicus Data Space Ecosystem (CDSE) at https://dataspace.copernicus.eu/ to download Sentinel-1 orbit data.
Register for the Copernicus Climate Data Store (CDS) at https://cds.climate.copernicus.eu/user/register to download ERA5 weather re-analysis data.