rank_imaging_priority
Rank world events by importance and satellite resolution class to identify which require paid VHR tasking versus free Sentinel HR data, guiding imagery spending.
Instructions
WHERE — and with what class (and therefore cost) of satellite — is observation most worthwhile right now? Crosses each event’s composite IMPORTANCE (severity × source breadth × market relevance) with the SPEC CLASS its required resolution demands: coarse (≤100 m), hr (≤10 m, Sentinel-class free data) or vhr (sub-metre, commercial tasking). Returns how many imageable events fall in each class with their mean importance, plus the top targets with importance, required class and AOI. Use it to triage a theatre before spending on imagery: a high-importance event that only needs hr is answerable with free Sentinel data, while a vhr one is what a paid order is for. Deterministic — no LLM, no per-event cost. Costs 1 token(s) per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Area [west, south, east, north] in WGS84. Omit for a global survey. | |
| top_n | No | How many top targets to return (default 12). | |
| end_date | No | Inclusive end date YYYY-MM-DD. Defaults to today. The window is capped at 30 days. | |
| categories | No | Restrict to these Delta categories (kinetic, armed_conflict, maritime, natural_disaster, infrastructure, aviation, humanitarian, protest, diplomacy). | |
| start_date | No | Inclusive start date YYYY-MM-DD. Defaults to today; clamped to your plan history floor. | |
| min_geoint_score | No | Drop events below this GEOINT score before ranking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | Query echo, token charge/balance (meta.tokens), and pagination where applicable. | |
| summary | No | One-line natural-language summary of the result, ready to relay to a user. | |
| priority | Yes |