-
Notifications
You must be signed in to change notification settings - Fork 24
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
extracting public transport timetable and HOV lane #61
Comments
Hi, extracting public transportation routes would require extending the amount of data parsed from the XML file. This is not present in the library but should be relatively easy to do. The timetables are not present in the OSM data as far as I know so you should look for other data sources. |
Hi @pszuf thank you. Can you please give me a bit of info on how to extend the amount of data parsed from the XML file? And do you know any data resources for timetable? |
I guess the lines are presented as |
Hi again @pszufe Thanks a lot! |
Hi, Is there any specific command in OpenStreetMap.jl package to allow for extracting public transportation routes as well as their timetable? For example, the timetable and routes of all buses in New York City?
And how to extract all nodes in the network (like NYC) that are part of HOV lanes?
The text was updated successfully, but these errors were encountered: