earth.fires.detect
Detect active wildfire hotspots using NASA satellite data (VIIRS, MODIS) with near real-time updates. Filter by geographic area and timeframe to monitor fire activity.
Instructions
Active fire hotspots detected by NASA satellites (VIIRS, MODIS) — latitude, longitude, brightness, confidence, fire radiative power. Filter by bounding box and days. Near real-time updates (NASA FIRMS)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| west | Yes | Western longitude of bounding box (e.g. -125 for California) | |
| south | Yes | Southern latitude of bounding box (e.g. 32) | |
| east | Yes | Eastern longitude of bounding box (e.g. -114) | |
| north | Yes | Northern latitude of bounding box (e.g. 42) | |
| days | No | Number of days of data (1-5, default 1) | |
| source | No | Satellite sensor: VIIRS_SNPP_NRT (default, highest resolution), MODIS_NRT (legacy) |