Check airspace along a route or area
check_routeCheck a UK drone route or area for permanent airspace restrictions, returning the zones crossed and the distance at which each is first entered.
Instructions
Check permanent airspace restrictions along a drone route or across an area. Give either waypoints (at least two; each a [lon, lat] pair or a place name) or an area (bbox [west, south, east, north] or a GeoJSON Polygon). Returns the zones crossed, deduplicated, with the distance along the route at which each is first entered. Place-name waypoints are geocoded; ambiguous names are returned for you to resolve. For ground elevation along the route call check_terrain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Area to check instead of a route: { bbox: [w, s, e, n] } or a GeoJSON Polygon. | |
| format | No | text for a readable report (default), json for structured output, brief for two or three spoken-friendly sentences (use in voice conversations). | text |
| waypoints | No | Ordered route points: [lon, lat] pairs or place names. | |
| include_above_120m | No | Also list zones whose lower limit is above 400 ft AGL and so do not affect flying below 120 m. |