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

shst geometries less reasonable than osmnx geometries #65

Open
yuqiww opened this issue Aug 25, 2022 · 0 comments
Open

shst geometries less reasonable than osmnx geometries #65

yuqiww opened this issue Aug 25, 2022 · 0 comments

Comments

@yuqiww
Copy link
Member

yuqiww commented Aug 25, 2022

There are cases when one shst link ('shstReferenceId') contains multiple osmnx links ('osmid's or 'wayId's). When we aggregate osmnx ways back to shst links, we keep the attributes of the longest osmnx way. In many cases this is fine, but in some cases, the separate osmnx ways more accurately represent the roadway lane counts. In the example below, the highlight shst link has 'forwardReferenceId' '3043a16534961361d8c95b3754e38715', consisting of two osm ways: 392868123, 35836150. Using the length-based aggregation rule only keeps wayId 392868123 with lane =1 (imputed from "turn"), but this misses the small segment at the intersection that actually has 4 lanes, as shown in wayId 35836150.
image
image
image

@lmz : how critical is this type of misrepresentation of lanes?

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

1 participant