route_isochrone
Generate travel-time polygons to map areas reachable within a set time budget, enabling catchment analysis and accessibility planning. Specify direction to find delivery ranges or facility catchment areas.
Instructions
Map everywhere reachable within a travel-time budget.
Returns drive-time (or walk-time, cycle-time) polygons. This is the tool for catchment and accessibility questions: which customers are within 30 minutes of a depot, what a store's 15-minute trade area looks like, how many homes a fire station covers in 8 minutes, where to site a warehouse.
direction='to' computes the reverse catchment, which is the correct choice when siting a facility people travel to.
Returns polygons that can be passed straight to geom_relate or geom_overlay to count what falls inside them.
For the path to one specific destination, use route_directions instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | No | Travel-time contours in minutes, comma-separated. Example: '10,20,30'. | 15 |
| profile | No | Vehicle type. | car |
| location | Yes | Centre point, as coordinates or a place name. | |
| direction | No | 'from' = everywhere reachable FROM this point (delivery range). 'to' = everywhere that can REACH this point (catchment area). | from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| centre | Yes | ||
| profile | Yes | ||
| contours | Yes | ||
| direction | Yes |