Skip to content

Shiny application to visualize DInSAR results processed by StaMPS/MTI

Notifications You must be signed in to change notification settings

suatcoskun/StaMPS_Visualizer

 
 

Repository files navigation

StaMPS-Visualizer

A Shiny application for visualizing DInSAR results processed by StaMPS/MTI.

Hooper A., Bekaert D. Spaans K. and M. Arikan (2012), Recent advances in SAR interferometry time series analysis for measuring crustal deformation, Tectonophysics, 514-517, pp.1-13. doi: 10.1016/j.tecto.2011.10.013

Further discussion about the application can be found in ESA's Step-Forum

An example of the app is currently available online, hosted with a free shinyapps.io account. Therefore it may be that the app is not accessible if all active hours per month are exhausted. To work with the app and adding your own data locally, download or clone the repo. StaMPS-Visualizer example

To run the application locally, following packages are requiered:

install.packages("leaflet")
install.packages("lubridate")
install.packages("shiny")
install.packages("colorRamps")

Copy paste the code to your R console, or run the R script install_packages.R

About the App and Disclaimer


StaMPS-Visualizer is a free application and comes with absolutely no warranty. The application is distributed under the terms of the GNU General Public License, either Version 2, June 1991 or Version 3, June 2007. You are welcome to redistribute the application in its complete version. See further information on how to cite StaMPS-Visualizer.

Citing the Application StaMPS-Visualizer


The application is part of a master thesis at the Department of Geography, Bonn University. To cite the application, cite the thesis including the application:

Bibtex:

@mastersthesis{thho2018,
  author       = {Thorsten Höser}, 
  title        = {Analysing the Capabilities and Limitations of {InSAR} using {Sentinel-1} Data for Landslide Detection and Monitoring},
  school       = {Department of Geography, Bonn University},
  year         = 2018,
  address      = {Bonn},
  doi          = {10.13140/RG.2.2.35085.59362}
}

About

Shiny application to visualize DInSAR results processed by StaMPS/MTI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.0%
  • Other 1.0%