firms_active_point
Retrieve active fire locations near a geographic coordinate within a customizable radius, leveraging FIRMS data and haversine distance for precise filtering.
Instructions
Find active fires near a specific geographic coordinate within a given radius. Computes a bounding box from the center point and radius, fetches FIRMS data, then filters results by actual haversine distance to ensure accuracy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the center point (-90 to 90) | |
| lng | Yes | Longitude of the center point (-180 to 180) | |
| days | No | Number of days to query (1, 2, or 7). Default: 1 | |
| radius_km | No | Search radius in kilometers from the center point. Default: 50 |