Skip to content

Machine learning tool to detect landslides from optical satellite imagery

License

Notifications You must be signed in to change notification settings

mhscience/landslides_detection

Repository files navigation

landslide_detector

The landslide_detector is a tool developed to detect landslides from optical remotely sensed images using Object-Based Image Analysis (OBIA) and Machine Learning (Random Forest classifier).

I developed this tool to test the methodology proposed in my master thesis in Geomatics at Delft University of Technology. This implementation can be used to assist landslides experts/non-experts in detecting new landslides events and improve existing inventories.

This project was made in join collaboration Delft University of Technology and Deltares Research Institute.

The tool is built using open source software: Google Earth Engine(GEE) and Python with their libraries Remote Sensing and GIS software library (RSGISLib) and Scikit-Learn. It includes three main components:

name me Image pre-processing and segmentation; sample in a remote area in Italy. (a) Cloud-free pre-landslide image. (b) Cloud-free post-landslide image. (c) Image difference using band ratioing red/green (RGD). (d) Image segmentation.

  • Pre-processing script developed for Google Earth Engine. The script obtains cloud-free images from optical satellite imagery (Sentinel-2), extracts spectral and topographic features from Sentinel-2 and global Digital Elevation Model (DEM), and computes new landslides diagnostic features at pixel level

  • Image segmentation program developed in Python. Image segmentation is the first step towards the application of OBIA. It consists on the subdivision of an image into spatially continuous, disjoint, and relative homogeneous regions that refer to segments. This stage is implemented as a two-step approach: (a) an initial segmentation using a k-means script (developed using RSGISLib); (b) merging algorithm script using a region-growing implementation

  • Image classification script to detect the landslide segments. Once segments with features statistics are obtained from the Image segmentation step, the image is classified by assigning each segment to a class. The classification is conducted using supervised Machine Learning, specifically the Random Forest algorithm

We provide a script for model training and testing.

Quickstart

See our tutorial

Author:

MSc.ir. Meylin Herrera Herrera
Master in Geomatics @ Delft University of Technology
Contact: mhscience@gmail.com

Contributors

Dr.ir. Mathias Lemmens @ Delft University of Technology
Dr.ir. Amin Askarinejad @ Delft University of Technology
Dr.ir. Faraz Tehrani @ Deltares Research Institute
Ir. Giorgio Santinelli @ Deltares Research Institute

Contributing

We encourage you to contribute. Please check our contributing guidelines