Recued
Menu
← Back to recipes

Find trails near a place

by recued-core v2 9 views

Use “Find trails near a place” in Recued. Turn a place name into coordinates with Nominatim, then ask OpenStreetMap for the paths and hiking routes around it. Read-only and credential-free — both services are public.

How it works 15 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (15 steps)
place_name trim
Trim whitespace from setting place
place_required template
Generate text from a template
fail: step.place_name is_empty
geocode_raw ?
defaults defaults
Apply defaults
geocode_required template
Generate text from a template
fail: step.lat is_empty
radius clamp
Clamp setting radius m between 100 and 20000
out_limit clamp
Clamp setting row limit between 1 and 200
ql template
Generate text from a template
osm_raw ?
elements default
Apply default
found count
Count items in elements
named filter
Filter by condition
named_count count
Count items in named
trail_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

place setting =
overpass setting =
radius m setting = 3000
nominatim setting =
row limit setting = 40

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your Overpass connectionRead your Nominatim connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

openstreetmap openstreetmapoverpassnominatimtrailshikingmapsread-onlypack:openstreetmap-overpass

Details

15 steps 5 configurable settings recipe_id: find-trails-nearby-openstreetmap