Skip to content
forked from hfattahi/PySAR

InSAR (Interferometric Synthetic Aperture Radar) timeseries analysis in python

License

Notifications You must be signed in to change notification settings

DaveCoding/PySAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Latest version License Forum

InSAR time series analysis in Python

PySAR is an open-source package in Python for InSAR (Interferometric Synthetic Aperture Radar) time series analysis. It reads the stack of interferograms (coregistered and unwrapped) in ISCE, Gamma or ROI_PAC format, and produces three dimensional (2D in space and 1D in time) ground displacement. It includes a routine time series analysis (pysarApp.py) and some independent toolbox.

3. Running PySAR

PySAR reads a stack of interferograms (unwrapped interferograms, coherence, wrapped interferograms and connecting components from SNAPHU if available) and the geometry files (DEM, lookup table, etc.). You need to give the path to where the files are and PySAR takes care of the rest!

pysarApp.py                         #run with default template 'pysarApp_template.txt'
pysarApp.py <custom_template>       #run with default and custom templates
pysarApp.py -h / --help             #help
pysarApp.py -H                      #print    default template options
pysarApp.py -g                      #generate default template if it does not exist
pysarApp.py -g <custom_template>    #generate/update default template based on custom template

# Run with --start/stop/dostep options
pysarApp.py GalapagosSenDT128.template --dostep velocity  #run at step 'velocity' only
pysarApp.py GalapagosSenDT128.template --end load_data    #end after step 'load_data'

Example on Fernandina volcano, Galápagos with Sentinel-1 data

wget https://zenodo.org/record/2596744/files/FernandinaSenDT128.tar.xz
tar -xvJf FernandinaSenDT128.tar.xz
cd FernandinaSenDT128/PYSAR
pysarApp.py FernandinaSenDT128.txt

Inside pysarApp.py, it reads the unwrapped interferograms, references all of them to the same coherent pixel (reference point), calculates the phase closure and estimates the unwrapping errors (if it has been asked for), inverts the network of interferograms into time-series, calculates a parameter called "temporal coherence" which can be used to evaluate the quality of inversion, corrects local oscillator drift (for Envisat only), corrects stratified tropospheric delay (using pyaps or phase-elevation-ratio approach), removes phase ramps (if it has been asked for), corrects DEM error,... and finally estimates the velocity.

Check ./PIC folder for auto-generated figures. More details about this test data are in here.

Some useful scripts for information and visualization:

info.py                    #check HDF5 file structure and metadata
view.py                    #2D map view
tsview.py                  #1D point time-series (interactive)   
transect.py                #1D profile (interactive)
plot_coherence_matrix.py   #plot coherence matrix for one pixel (interactive)
plot_network.py            #plot network configuration of the dataset    
save_kmz.py                #generate Google Earth KMZ file in raster image
save_kmz_timeseries.py     #generate Goodle Earth KMZ file in points for time-series (interactive)

Build your own processing recipe: example

PySAR is a toolbox with a lot of individual utility scripts, highly modulized in python. Check its documentation or simply run it with -h to see its usage, you could build your own customized processing recipe! Here is an example to compare the velocities estimated from displacement time-series with different tropospheric delay corrections: link

4. Documentation

5. User Forum

Join our google group https://groups.google.com/forum/#!forum/py-sar to ask questions, get notice of latest features pushed to you!

Contributors

  • Zhang Yunjun
  • Heresh Fattahi
  • Falk Amelung
  • Scott Baker
  • Joshua Zahner
  • Alfredo Terreco
  • David Grossman
  • Yunmeng Cao
  • other community members

License

FOSSA Status

About

InSAR (Interferometric Synthetic Aperture Radar) timeseries analysis in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.5%
  • HTML 0.4%