calculate_burn_severity
Quantify post-fire burn severity and vegetation destruction using dNBR from pre- and post-fire satellite imagery. Get burned area, severity zones, and damage ratings.
Instructions
Quantify post-fire burn severity and vegetation destruction using the Normalized Burn Ratio Difference (dNBR) from pre-fire and post-fire Sentinel-2 (NIR B08 and SWIR22 B12) observations. Zero-config: Streams public COG tiles without credentials. Classifies according to USGS & EFFIS fire standards.
Args: bbox: Bounding box [min_lon, min_lat, max_lon, max_lat] in WGS84. pre_fire_date_range: Date range prior to the wildfire (e.g. '2023-06-01/2023-06-30'). post_fire_date_range: Date range immediately following the wildfire (e.g. '2023-08-01/2023-08-31'). collection: Satellite collection ('sentinel-2-l2a' or 'landsat-c2-l2'). format: Output format ('summary', 'geojson', or 'csv').
Returns: JSON or formatted string with mean/max dNBR, total burned area (ha), severity zone breakdown, and EFFIS damage rating.
References:
Key, C. H., & Benson, N. C. (2006). USDA Forest Service RMRS-GTR-164-CD, pp. LA 1-55.
Parks, S. A., Dillon, G. K., & Miller, C. (2014). Remote Sensing, 6(3), 1827-1844. DOI: 10.3390/rs6031827
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| format | No | summary | |
| collection | No | sentinel-2-l2a | |
| pre_fire_date_range | Yes | ||
| post_fire_date_range | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |