detect_active_wildfires
Detect active wildfires and thermal anomalies from NASA FIRMS data, providing fire perimeters, radiative power, and danger classification without requiring API keys.
Instructions
Detect active wildfires and thermal anomalies from open NASA FIRMS feeds (VIIRS / MODIS) and delineate clustered fire perimeters with Fire Radiative Power (MW) and fire danger classification. Zero-config: Uses open NASA FIRMS feeds. No credentials or API keys required.
Args: bbox: Bounding box [min_lon, min_lat, max_lon, max_lat] in WGS84. days: Observation lookback in days (1 to 10). Default is 2. source: Sensor product ('VIIRS_NOAA20_NRT', 'VIIRS_SNPP_NRT', or 'MODIS_NRT'). format: Output format ('summary', 'geojson', or 'csv').
Returns: Hotspot locations, Fire Radiative Power (MW), brightness temperature (K), clustered fire perimeters, and EFFIS fire danger rating.
References:
Schroeder, W., et al. (2014). Remote Sensing of Environment, 143, 85-96. DOI: 10.1016/j.rse.2013.12.008
Giglio, L., et al. (2016). Remote Sensing of Environment, 178, 31-41. DOI: 10.1016/j.rse.2016.02.054
Wooster, M. J. (2003). Remote Sensing of Environment, 86(1), 83-107. DOI: 10.1016/S0034-4257(03)00070-1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| days | No | ||
| format | No | summary | |
| source | No | VIIRS_NOAA20_NRT |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |