-
Notifications
You must be signed in to change notification settings - Fork 3
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
Public transport stops #76
Comments
Below is a possible solution to the above problem. Vertices of all The following Python tuple for each node in the KD Tree is inserted into a special Python list: The KD Tree is queried for each platform. The result of the query is the index in the above Python list. Then it's easy to find the projection of the position of the platform on the |
Another possible solution, based on already existing computations. To find parallel way-sections for clusters (bundles), a The |
I am going to try both methods. An obvious advantage of the KD tree method is that it provides the closest way-section directly without choosing among a number of way-sections. First, I'll prepare a list of pt-stops in the code. |
How can one set the parameter |
where location is the converted geographical location of the OSM node, for example from
At least, this was what I thought, or do I misunderstand your question? The usage of a location is also the reason why I didn't consider |
I just wanted to know how the attribute |
Does it matter if the value of the attribute |
Yes. For example, for an
Well, this is the point that is still unclear to me. Is I assume, that, similar to the |
It's a special case of a |
Pt-platforms are currently stored in |
A bus stop can have a special marking on the roadway. There can be a bus bay as in the image above.
Bus stops are typically represented with nodes. They also can represented with open or closed OSM-ways. In the latter case the bus stops are mapped with areas.
The tags
highway=bus_stop
(legacy) AND/ORpublic_transport=platform
are used to map a bus stop.The text was updated successfully, but these errors were encountered: