firms_history
Retrieve historical fire detection data from NASA FIRMS for a specific date within a defined geographic area. Uses VIIRS SNPP sensor to identify active fires.
Instructions
Retrieve historical fire detection data from NASA FIRMS for a specific date and bounding box. Limited to recent data availability (typically the last 60 days for NRT products). Uses VIIRS SNPP sensor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Target date in YYYY-MM-DD format (must be within FIRMS NRT retention window) | |
| east | Yes | Eastern longitude of the bounding box (-180 to 180) | |
| west | Yes | Western longitude of the bounding box (-180 to 180) | |
| north | Yes | Northern latitude of the bounding box (-90 to 90) | |
| south | Yes | Southern latitude of the bounding box (-90 to 90) |