rbeucher / EZ-InSAR

Matlab Interface for Easy InSAR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo EZ-InSAR

EZ-InSAR

EZ-InSAR (formerly called MIESAR for Matlab Interface for Easy InSAR) is a toolbox written in MATLAB to conduct Interferometric Synthetic Aperture Radar (InSAR) data processing using the open-source software packages (ISCE+StaMPS/MintPy) within a easy-to-use Graphic-User-Interface (GUI). The toolbox now can generate SAR interferograms using ISCE and conduct displacement time series analysis with either Persistent Scatters (PS) or Small-Baselines (SBAS) approaches using StaMPS or MintPy.

EZ-InSAR minimizes the work of user in downloading, parametrizing, and processing the SAR data, so enabling these who are not familiar with InSAR but can also produce and analyze ground surface displacements by themselves. EZ-InSAR is also a contribution to the Platform for Atlantic Geohazard Risk Management (AGEO) project, which is funded by Interreg Atlantic Area Programme through the European Regional Development Fund.

If you have any questions or problems, please feel free to use the Discussions section.

Release info: Version 2.1.0 Beta, September, 2023

Sensors:

Satellite Mode EZ-InSAR SLC format
Sentinel-1 IW Ready .zip or .SAFE in the slc directory
Sentinel-1 Stripmap Ready .zip or .SAFE in the slc directory
TerraSAR-X or PAZ StripMap Ready Unzipped PAZ1_* or TSX1_* directory in the slc directory
Cosmo-SkyMed Stripmap Ready [directory of the acquisition]/CSK*.h5 in the slc directory
ALOS2 StripMap No NE

Please note that the processing with the Stripmap data (other than Sentinel-1) has not been fully tested: only the data preparation has been tested. However, the InSAR processors are compatible with these data. For the Spotlight data, EZ-InSAR can manage the data similar to StripMap but the processing with ISCE should be modified.

Please check the guidelines to add a new sensor: here.

1. Dependencies & Installation

See Installation to install and configure the depended codes and software.

EZ-InSAR incorporates several the most popular open source InSAR processors to perform SAR interferometry and displacement time series analysis, under MATLAB (>2020b). These processors are:

· ISCE - Interferometric synthetic aperture radar Scientific Computing Environment (ISCE)

· StaMPS - Stanford Method for Persistent Scatterers (StaMPS)

· MintPy - The Miami INsar Time-series software in PYthon (MintPY)

Some additional dependencies are needed to run the above InSAR processors or enhancing the functions of the code. For example, you may need the TRAIN package to correct for tropospheric errors in SAR interferograms when using StaMPS, and in MintPy you may need PyAPS to do the similar work. Some toolboxes of MATLAB are also needed for successfully running the SAR processing code, which will be descripted in detail in Part II of the help document.

EZ-InSAR is developed on a Linux platform currently. The commercial software MATLAB is needed to run EZ-InSAR.

1.2 Running the toolbox

After the installation and configuration, open a terminal, load the EZ-InSAR environment with the "load_insar" command, launch "Matlab", and then type "EZ_InSAR".

EZ-InSAR Interface

Figure 1. The snapshot of the interface of EZ-InSAR.

Basically, the interface contains three independent modules shown as the "Data preparation module", "ISCE InSAR processing module", and "InSAR time series analysis module". The “EZ-InSAR Paths” button allows the user to define the work path for processing the data. The StaMPS and MintPy processors can be activated by clicking the corresponding tables in the "InSAR time series analysis module" module, respectively. Also, there is a progress bar showing the running progress of each step and an information box showing the useful tip during data processing at the bottom of the interface.

A tutorial on the use of the toolbox can be downloaded from here.

1.3 Developers & Contact

Based on original idea and development from Alexis Hrysiewicz, EZ-InSAR is developed and maintained by the Natural Geohazard Research group lead by Eoghan Holohan at School of Earth Sciences, University College Dublin (UCD). The people who develop and document the toolbox are acknowledged below:

  • Alexis Hrysiewicz,

    Postdoctoral Researcher, UCD School of Earth Sciences, University College Dublin

    Email: alexis.hrysiewicz@ucd.ie

  • Xiaowen Wang

    Research Scientist, UCD School of Earth Sciences, University College Dublin (2021.09-2022.08)

    Currently: Associate Professor,Faculty of Geosciences and Environmental Engineering (FGEE), Southwest Jiaotong University

    Email: insarswxw@swjtu.edu.cn

1.4 Acknowledgement

We acknowledge that the open-source InSAR processing software and code used by EZ-InSAR are cited properly. EZ-InSAR is distributed for free under the GPLV3 License.

Hrysiewicz, A., Wang, X. & Holohan, E.P. EZ-InSAR: An easy-to-use open-source toolbox for mapping ground surface deformation using satellite interferometric synthetic aperture radar. Earth Sci Inform (2023). https://doi.org/10.1007/s12145-023-00973-1

1.5 Partners

UCD University College Dublin
iCRAG iCRAG
AGEO AGEO
Interreg Atlantic Area Interreg Atlantic Area

About

Matlab Interface for Easy InSAR

License:GNU General Public License v3.0


Languages

Language:MATLAB 83.1%Language:Python 13.2%Language:Shell 3.7%