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

import bus lane restrictions from OSM #6767

Closed
ambuehll opened this issue Mar 9, 2020 · 7 comments
Closed

import bus lane restrictions from OSM #6767

ambuehll opened this issue Mar 9, 2020 · 7 comments
Assignees
Milestone

Comments

@ambuehll
Copy link

ambuehll commented Mar 9, 2020

It seems as if dedicated bus lanes allow private vehicles. OSM has some tags which would allow identifying such lanes and reducing the number of lanes accessible to cars. I guess the OSM tagging not really unified.
Nonetheless, there are some tags, e.g:

	<tag k="bus:lanes:forward" v="designated|"/>

	<tag k="psv:lanes:forward" v="yes|"/>

	<tag k="bus:lanes:backward" v="designated|"/>`

which provide information regarding the number of lanes dedicated to cars.

files
(check way id 145204590, for example)

Thanks!

@namdre
Copy link
Contributor

namdre commented Mar 9, 2020

There are three tagging schemes for bus lanes (https://wiki.openstreetmap.org/wiki/Bus_lanes).
Currently, netconvert only supports the busway scheme

@namdre namdre added this to the 1.12.0 milestone Nov 10, 2021
@namdre namdre self-assigned this Nov 10, 2021
@namdre namdre modified the milestones: 1.12.0, 1.13.0 Jan 18, 2022
@namdre namdre assigned behrisch and unassigned namdre May 5, 2022
@namdre namdre modified the milestones: 1.13.0, 1.14.0 May 5, 2022
@namdre
Copy link
Contributor

namdre commented May 5, 2022

also somewhat related to #10650

@behrisch
Copy link
Contributor

is fixed now with 40e0519 but needs the option --osm.lane-access

@behrisch
Copy link
Contributor

@ambuehll Just one more question concerning the Seilergraben example edge (145204590). It has a trolley wire and a tram edge running parallel (217408202). Is this correct? (Are there rails?)

@ambuehll
Copy link
Author

Thanks!
Seilergraben has 4 lanes in total: 2 lanes inbound, 2 lanes outbound. in each direction, there is a lane for cars (the right lane in direction of travel) and one lane for bus and trams. This lane has tram tracks and is used as a bus lane at the same time.
I hope that clarifies things. Essentially, how I see the OSM-tagging in Zurich, it's "psv:lanes" if there is something else than a bus (either a tram or a bus and a tram) and a "bus:lanes" when it's only for buses.

@behrisch
Copy link
Contributor

Thanks for the answer, I just could not imagine that you can have a trolley bus and a tram on the same track but my trolley bus experience is very limited ;-).
The way it is currently implemented psv:lanes maps to taxi and bus while bus:lanes maps only to bus. Tram is always imported from the tracks. Are taxis allowed on Zurich's psv and/or bus lanes?

@ambuehll
Copy link
Author

ha! good question, the answer is "it depends". so I am not quite sure actually how this is tagged in OSM by the Zurich community.

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

No branches or pull requests

3 participants