Coder Social home page Coder Social logo

hazardmap's Introduction

Landslide Hazard Map using Earth Engine

This code exports a Landslide Hazard Map using Earth Engine. The purpose of this code is to create a probability map that predicts the occurrence of landslides in a study area using a Random Forest model. The code uses various Earth Engine datasets such as NASA_USDA/HSL/soil_moisture, USGS/SRTMGL1_003, ESA/GLOBCOVER_L4_200901_200912_V2_3, CSP/ERGo/1_0/Global/ALOS_landforms, CSP/ERGo/1_0/Global/ALOS_topoDiversity, CSP/ERGo/1_0/Global/ALOS_mTPI, and UCSB-CHG/CHIRPS/PENTAD.

Inputs

The function exportLandslideHazardMap(slide, nslide, boundary, name) takes four inputs:

  1. slide: Landslide dataset
  2. nslide: Non-landslide dataset
  3. boundary: Study area boundary
  4. name: Name of the output file

Outputs

The function exports a Landslide Hazard Map as a GeoTIFF file.

Methodology

  1. Inventory preparation: Randomly split the landslide and non-landslide data into training and testing sets.
  2. Pre-disposing factors preparation: Prepare the pre-disposing factors such as soil moisture, rainfall, elevation, slope, topographic diversity, and terrain roughness.
  3. Stacking all pre-disposing factors: Stack all the pre-disposing factors together to form a single image.
  4. Data sampling and model setup: Sample the training data and train a Random Forest model on the training data. Use the model to predict the probability of landslide occurrence for each pixel in the study area.
  5. Export and visualization: Export the Landslide Hazard Map and visualize it using a custom color palette. Also, plot the Variable Importance and ROC-AUC curves to evaluate the performance of the model.

Cite this work

Rocky Talchabhadel, Shreedhar Maskey, Manish R. Gouli, Kshitij Dahal, Amrit Thapa, Sanjib Sharma, Amod M. Dixit, and Saurav Kumar. "Multimodal multiscale characterization of cascading hazard on mountain terrain." Geomatics, Natural Hazards and Risk 14, no. 1 (2023): 2162443. doi: 10.1080/19475705.2022.2162443.

Read the paper at link.

hazardmap's People

Contributors

geokshitij avatar

Stargazers

Amin Shakya avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.