Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network type "walk" should consider extra relationships #1269

Open
3 tasks done
fabmazz opened this issue Jan 4, 2025 · 2 comments
Open
3 tasks done

Network type "walk" should consider extra relationships #1269

fabmazz opened this issue Jan 4, 2025 · 2 comments

Comments

@fabmazz
Copy link

fabmazz commented Jan 4, 2025

Contributing guidelines

  • I understand the contributing guidelines

Documentation

  • 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.
immagine

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.

@gboeing
Copy link
Owner

gboeing commented Jan 5, 2025

Thanks for suggesting this. Would you like to open a PR and I can take a look?

@gboeing
Copy link
Owner

gboeing commented Jan 17, 2025

@fabmazz are you interested in proposing a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants