submit_heat_intelligence
Submit a heat intelligence report for a location and receive an activity ID. The report is processed asynchronously; use check_status to retrieve the PDF analysis later.
Instructions
Submit a heat intelligence report for a point and return an activity_id. This one is slow - measured at about 395 seconds - so it is never waited on inline. Collect it with check_status, which downloads the PDF to local disk and returns its path under 'report'; the API delivers this analysis as a short-lived signed URL, which is never returned or stored. Needs a temperature: give temperature= or from_activity_id=, not both. analysis is required - pass all five categories for a complete report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| analysis | Yes | Report sections to include, at least one: geographic, environmental, urban, events, anthropogenic. Pass all five for a complete report. NOTE these are NOT the measurement names get_env_params takes - that endpoint uses a different vocabulary and does not require this. | |
| latitude | Yes | Decimal degrees. | |
| longitude | Yes | Decimal degrees. | |
| temperature | No | Degrees Celsius. Mutually exclusive with from_activity_id. | |
| from_activity_id | No | A completed heatmap to read temperature and date from. Free. Mutually exclusive with temperature. |