SAR Flood Detection

SAR Satellite Flood Remote Sensing Python

Overview

Flood events are among the most damaging natural disasters in Latin America, yet accurately mapping their extent in real time remains a challenge. Optical satellites struggle with cloud cover during heavy rainfall, precisely when floods occur. This project tackles that problem by combining SAR imagery, which sees through clouds, with optical sensors to estimate flooded areas and build a flood prediction model for climate risk applications.

How it works

SAR (Synthetic Aperture Radar) satellites emit their own microwave signals and detect how the surface reflects them back. Water appears distinctively dark in SAR images because flat water scatters the signal away from the sensor. This makes SAR a reliable ground truth for flood mapping regardless of weather conditions.

We combine that ground truth with optical imagery from MODIS, VIIRS, and Sentinel to train a model that can estimate flooded areas even when SAR data is not available. The goal is a scalable tool for climate risk assessment and parametric insurance applications.

Data sources

Status: pilot in development.