Skip to content

Latest commit

 

History

History

Flood Analysis and Mapping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Flood Analysis and Mapping using Google Earth Engine


The scope of this repository is to provide resources and examples to help you leverage SAR data for flood analysis and mapping using Google Earth Engine. The penetration of the microwave radar through the clouds makes radar satellite data an ideal choice for space flood mapping during rainy periods.

Unfortunately, there is no "one fit all" solution for flood mapping using radar data. There are different indexes that can be utilized, suitable for certain topography or lengths of flood event.

The Global Operational Support Team (GOST) of World Bank has been researching and testing different solutions on various use cases and developed a Decision Matrix (see PPT) with the hope that it will help you gest quick and accurate results for your analysis.

The scripts available here were developed in Google Earth Engine and contain a series of common elements, such as:

  • user input is clearly delimited and kept to a minimum: users need to change the AOI and date and can run the script

  • damage assessment analysis included in each script, which intersects the flood extent with WorldPop 2020 and with Copernicus Global Land Services (2019) to determine the number of people affected, the total ha of urban areas and cropland affected.

The damage assessment analysis was inspired by the UN-SPIDER GEE script that is available [here](https://code.earthengine.google.com/f5c2f984c053c8ea574bfcd4040d084e)

Requirements

  • Google account
  • Basic knowledge in SAR and Multi-Spectral data processing and applications

Learning material

Here a non-exhaustive list of peer review publications covering the surface water or flood detection using remote sensed satellite data:

Get started

GOST Flood scripts

Some of the scripts developed are used for:

You can get our repo using the git command below:

git clone https://earthengine.googlesource.com/users/GOST_WBG/Flood_Mapping