a-b-street / a-b-street/osm2streets

access=no winds up as construction lane

Open Beginner friendly
#89 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Jupyter Notebook
Stars
156
Forks
14
PR merge metrics
No merged PRs in 30d

Description

See https://www.openstreetmap.org/way/745724293 in `leeds_cycleway` for one example, but I think I've spotted others.

In this one case, `psv=designated` should map to a bus lane. We only look for `psv=yes` today.

Contributor guide

Open the contributing guide

Research direction

The issue points to a specific OSM way (745724293) in the `leeds_cycleway` dataset. Look for code that maps OSM tags like `psv=yes` to lane types. The bug is that `psv=designated` is not recognized as a bus lane. Find where lane mapping logic is defined, likely in a module handling OSM tag conversion. Test the fix by running the conversion on the provided example and verifying the lane type changes.

Written by the indexing model from the issue text.

Assessment

Domain
data
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.