This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How can I derive the pedestrian crossings from OSM?

0

Could you please help me to understand how can I derive the pedestrian crossings from OSM ?

asked 08 Jun '20, 16:31

Triantafyllidis's gravatar image

Triantafyllidis
16112
accept rate: 0%

converted to question 08 Jun '20, 19:24

TZorn's gravatar image

TZorn
12.3k764225

1

Converted to question from How do I tag a zebra crossing? crossing_ref=zebra or crossing=zebra?

Please always create a new question for your inquiries.

(08 Jun '20, 19:26) TZorn
1

Could you elaborate a bit what you are trying to accomplish? What do you need exactly and in what format?

(08 Jun '20, 19:50) TZorn
1

I want to extract zebra crossings in order to incorporate them in a walkability analysis with QGIS or Python. They can also be part of the road network

(08 Jun '20, 20:47) Triantafyllidis

One Answer:

2

With this Overpass Query you can retrieve the pedestrian crossings in a box.

This is a tutorial on using Overpass results in QGIS.

answered 09 Jun '20, 04:29

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Source code available on GitHub .