Installation of ISCE2 and Mintpy in Win10
This post is a summary of the installation of ISCE2 and MintPy in Win10.
Installation of ISCE2
Install ISCE2 in anaconda environment. Details at github page of Dr. Yunjun ZHANG
1 |
|
Setup environment variables
Create an alias load_insar in ~/.bash_profile file for easy activation, e.g.:
1 |
|
Then, load the environment variables by:
1 |
|
2nd option
Or,
1 |
|
In this case, just need load_insar
in bash.
More details about error using stackSentinel.py
command are at this CSDN page
Test ISCE2 and MintPy
1 |
|
Insatall ISCE2 in development mode
The secone way to install ISCE2 in Dr. Yunjun ZHANG’s page is to install ISCE2 in development mode.
1 |
|
It will lead to some error due to unable to locate some packages, reference. To solve this problem, use the following command:
1 |
|
Run Linux GUI apps on the Windows Subsystem for Linux
In order to edit the ISCE2 configuration files, we need to run the Linux GUI apps on the Windows Subsystem for Linux.
1 |
|
Config asf_search user infos, edit ~/tools/utils/SSARA/password_config.py
files use gedit password_config.py
command.