find_hikes
Find marked hiking routes from OpenStreetMap within a bounding box, filtered by elevation gain, distance, loop or point-to-point shape, and car or chairlift access with locally computed metrics.
Instructions
Find marked OSM hiking routes in a bounding box, filtered by real computed elevation gain and distance, plus shape and access. Data is OpenStreetMap route relations (same source family as mapy.cz); gain/distance are computed locally, not scraped.
Filters (all optional): elevation gain (m), distance (km), circular (loop vs point-to-point), car_access (parking mapped near a trail end), chairlift_access (a ride-up aerialway — chairlift/gondola/cable car — mapped near a trail end). Boolean filters are tri-state: omit = don't care, true = require, false = exclude.
Confidence: shape (circular) is reliable. car_access/chairlift_access are best-effort from OSM completeness — a false means nothing of that kind is MAPPED near the route's ends, not that it is impossible to get there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| south | Yes | ||
| west | Yes | ||
| north | Yes | ||
| east | Yes | ||
| min_gain_m | No | ||
| max_gain_m | No | ||
| min_distance_km | No | ||
| max_distance_km | No | ||
| circular | No | true = loops only, false = point-to-point only. | |
| car_access | No | true = require parking mapped near an endpoint. | |
| chairlift_access | No | true = require a ride-up aerialway near an endpoint. |