route_isochrone
Compute isochrones showing reachable areas from any point within specified travel times using Valhalla routing. Supports multiple travel modes and adds contour polygons as a new layer.
Instructions
Compute isochrones (reachable-area contours) from a point using Valhalla.
minutes is a list of travel-time contours in minutes (default [15]),
capped at 4 contours per call. costing is a Valhalla costing model,
e.g. "auto", "bicycle", "pedestrian". Uses a community-run public
Valhalla demo by default (best-effort, no SLA - see routing_client.py);
pass base_url for your own instance. Always adds the contour polygons
as a new layer (EPSG:4326) - only a summary is returned here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| costing | No | auto | |
| minutes | No | ||
| base_url | No | ||
| layer_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||