You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My proposal is not addressed by the documentation or examples
Existing issues
Nothing similar appears in an existing issue
What problem does your feature proposal solve?
I have to download the walking path of a city, and by looking at the network downloaded with 'G = osmnx.graph_from_bbox(BBOX,network_type="walk", simplify=False)`, there are some crossing missings, so that two sides of a road are isolated for hundreds of meters.
What is your proposed solution?
I've looked at the OSM, and in fact the crossing are marked as "bycicle paths", but a special tag is assigned to them to show they are both bicycle and pedestrian crossings.
I think the library in the case of the walking path should download the paths tagged with "foot"="designated" (see the screenshot and the OSM documentation.
What alternatives have you considered?
Nothing
Additional context
By adding the tag ["foot"="designated"] to the filter manually, it's possible to also download these crossings.
The text was updated successfully, but these errors were encountered:
Contributing guidelines
Documentation
Existing issues
What problem does your feature proposal solve?
I have to download the walking path of a city, and by looking at the network downloaded with 'G = osmnx.graph_from_bbox(BBOX,network_type="walk", simplify=False)`, there are some crossing missings, so that two sides of a road are isolated for hundreds of meters.
What is your proposed solution?
I've looked at the OSM, and in fact the crossing are marked as "bycicle paths", but a special tag is assigned to them to show they are both bicycle and pedestrian crossings.
I think the library in the case of the walking path should download the paths tagged with "foot"="designated" (see the screenshot and the OSM documentation.
What alternatives have you considered?
Nothing
Additional context
By adding the tag ["foot"="designated"] to the filter manually, it's possible to also download these crossings.
The text was updated successfully, but these errors were encountered: