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

Option to allow cars to cross road for parking #184

Closed
originalfoo opened this issue Jul 3, 2018 · 4 comments
Closed

Option to allow cars to cross road for parking #184

originalfoo opened this issue Jul 3, 2018 · 4 comments
Labels
enhancement A feature needs to be modified and improved

Comments

@originalfoo
Copy link
Collaborator

I'm seeing lots of cars drive down a road, turn at the end of that road, and then drive most of the way along the road again to get to a parking space that they'd already driven past (albeit on the other side of the road).

Time for another of my crummy ascii diagrams:

Start
  ↓
  →--X-------
             |
     ←-------
     P
     ↑
     Parking spot

Could the mod be configured to allow cars to cross the road if they drive past the building where they want to park (on the requirement that it has available parking spot)? In the diagram above, the car would cross at point X to get to P rather than driving to the end of the road and back again.

This would only be viable on small roads (2 lane roads, optionally with bus/bike lane).

@VictorPhilipp
Copy link
Owner

I think this is possible but wouldn't that look pretty weird?

@VictorPhilipp VictorPhilipp added the enhancement A feature needs to be modified and improved label Jul 14, 2018
@originalfoo
Copy link
Collaborator Author

originalfoo commented Jul 14, 2018

It's ubiquitously common where I live in UK. I've never seen anyone drive past the place they want to park just because it's on other side of road. The parking space is treated like a road segment at a T-junction node, and it doesn't matter how much traffic backs up behind them, the driver is determined to get that parking :)

Driver logic seems to be:

  • Ignoring service vehicle lanes (usually a bus lane), if I only need to cross a single lane then just cross the road to get to parking.
    • ...unless the lanes to be crossed are really busy
  • Otherwise, keep driving and find somewhere safe to turn and enter parking from correct side of road.

While this creates transient traffic delays, getting vehicles off the road sooner rather than later generally reduces congestion (assuming the logic above is adhered to).

@originalfoo
Copy link
Collaborator Author

Cars would obviously not cross medians, including the more elaborate designs discussed in #196

@VictorPhilipp
Copy link
Owner

moved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature needs to be modified and improved
Projects
None yet
Development

No branches or pull requests

2 participants