Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Lava flow detection using time series anomaly detection on Google Earth Engine

In Goma, DRC, the eruption of Mount Nyiragongo volcano on 22 May 2021 killed 30 people and destroyed more than 3500 homes together with important infrastructure.

Lava flow detection is possible using the presented script, including a quick damage assessment. In red colour the area detected as lava using Copernicus Sentinel-1 data, using our anomaly detection algorith which takes the advantage of analysing large time series of data.

More information about the lava flow mapping of UNITAR is available here

This image above puts together the UNITAR map and the results obtained using our approach, showing a strong agreement between both.


The scope of this repository is to provide resources and examples to help you leverage SAR data for Lava flow using our anomaly detection method developed on Google Earth Engine. The usage of Synthetic Aperture Radar (SAR) data for Anomaly Detection provides relevant information in phenomena with big changes, that could be consequence of natural or anthropogenic actions.

The GEE code available for this application, as it is based on anomaly detection can be employed also for analysing other type of phenomena, such as floods or oil spills, as far as these can be considered an anomaly. The code has an initial section indicating the user inputs that are needed, and the suggested parameters had been selected to be appropriate with this kind of phenomenom.

Study cases - idenfitication of damage caused by the lava flow using anomaly detection time series of Sentinel-1 data

  1. Nyiaragongo eruption, DR Congo, May 2021 GEE code

Requirements

  • Google account
  • Basic knowledge in (In)SAR data processing

Learning material

Here a non-exhaustive list of peer review publications covering the Anomaly Detection using Copernicus Sentinel-1 data:

Get started