detect_water_sar
Map surface water and flood inundation from Sentinel-1 radar. Specify a bounding box and date range; works under all weather conditions.
Instructions
Perform all-weather surface water and flood inundation mapping using Sentinel-1 C-band SAR radar backscatter. Zero-config: Runs out-of-the-box without requiring API keys or user credentials.
Args: bbox: Bounding box [min_lon, min_lat, max_lon, max_lat] in WGS84. datetime_range: Acquisition date range (e.g. '2024-06-01/2024-06-30'). threshold_db: Backscatter threshold in decibels below which pixels are classified as water. Default is -16.0 dB.
Returns: JSON string with detected surface water percentage and backscatter characteristics.
References:
Twele, A., et al. (2016). International Journal of Remote Sensing, 37(13), 2990-3004. DOI: 10.1080/01431161.2016.1192304
Bioresita, F., et al. (2018). Remote Sensing, 10(2), 217. DOI: 10.3390/rs10020217
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| threshold_db | No | ||
| datetime_range | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |