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

Allow indicating a sidewalk closure without providing lane-level information #373

Open
j-d-b opened this issue Jul 12, 2024 Discussed in #372 · 1 comment
Open

Allow indicating a sidewalk closure without providing lane-level information #373

j-d-b opened this issue Jul 12, 2024 Discussed in #372 · 1 comment
Labels
New Functionality This item relates to adding new functionality to the specification

Comments

@j-d-b
Copy link
Collaborator

j-d-b commented Jul 12, 2024

Discussed in #372

Originally posted by Charlie-Henry July 11, 2024
Looks like the only place to supply sidewalk closures in in the lanes details. We are wondering if it is possible to report a sidewalk closure without knowing the order of lanes (which breaks business rule 2). Making the cross section of every road (including sidewalks/bike lanes/parking) a requirement is a pretty impractical for a City DOT. vehicle_impact is also pretty car-centric and doesn't help this use case.

Proposed solution

Enhance the Vehicle Impact Enumerated Type to support indicating that a sidewalk is closed so that feed producers who want to provide sidewalk impact do not have to have lane-level information.

@j-d-b j-d-b added the New Functionality This item relates to adding new functionality to the specification label Jul 12, 2024
@j-d-b j-d-b changed the title Allow for Closed Sidewalks without Lane order Allow indicating a sidewalk closure without providing lane-level information Jul 12, 2024
@Charlie-Henry
Copy link
Contributor

Charlie-Henry commented Jul 12, 2024

Thanks Jacob!

Our specific use case comes from our permitting system where we are able to track work zones at the street-segment level. It tracks closures to the general purpose lanes, parking lanes, and sidewalks. Any combination of those can be closed.

So, it's possible we could have one general purpose lane closed + a sidewalk. We do not have the actual lane cross-section to provide that level of detail needed in business rule 2. I'm not sure if adding a "closed sidewalk" to vehicle_impact would solve this, because we may want to show some_lanes_closed at the same time? Unfortunately the sidewalk and roadway share the same street segment & geometry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Functionality This item relates to adding new functionality to the specification
Projects
None yet
Development

No branches or pull requests

2 participants