Skip to content
/ TintPy Public

an package for Interferometric Synthetic Aperture Radar (InSAR) time series processing

Notifications You must be signed in to change notification settings

thorly/TintPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Language

TintPy

The Thorly InSAR Tools in Python (TintPy) is an package for Interferometric Synthetic Aperture Radar (InSAR) time series processing. It is mainly based on GAMMA, MintPy and StaMPS.

Setup TintPy

To use the package, you need to setup the environment a) by adding ${TINTPY_HOME} to your ${PYTHONPATH} to make TintPy importable in Python and b) by adding ${TINTPY_HOME} to your ${PATH} to make application scripts executable in command line, as shown bellow.

Add to your ~/.bashrc file for bash user. Source the file for the first time. It will be sourced automatically next time when you login.

# >>> TintPy >>>
export TINTPY_HOME=/home/ly/TintPy
export PATH=${PATH}:${TINTPY_HOME}/tintpy
export PYTHONPATH=${PYTHONPATH}:${TINTPY_HOME}/tintpy
# <<< TintPy <<<

About

an package for Interferometric Synthetic Aperture Radar (InSAR) time series processing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published