osm_download_roads_pl
Download OpenStreetMap road network for a named Polish place (city, gmina, powiat). Optionally filter by specific highway types.
Instructions
Download the OSM road network for a named Polish place (city, gmina, powiat, ...).
area_name is geocoded via Nominatim (restricted to Poland) to get a
bounding box, then used to query Overpass for roads within it - not an
exact boundary clip, and accuracy depends on Nominatim's match (pick a
distinctive enough name; check geocode_nominatim first if the result
looks wrong). road_types filters to specific highway values (e.g.
["primary", "secondary"]); omit for all road types. Capped at 2000
elements per call - a whole city's road network can exceed that; narrow
road_types or the search term if you hit the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | No | ||
| area_name | Yes | ||
| layer_name | No | ||
| road_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||