-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fork for own city #1
Comments
Hi there! |
(make sure to unzip your |
Thanks! |
Finally got to it. This is my data source: http://www.vbb.de/de/download/GTFS.zip generate_routes_json.py:
I also had to edit line 178 to this:
Seems some gtfs_json.py:
I would be happy with part of the data, but don't know how to filter the dataset locally: https://transitfeeds.com/p/verkehrsverbund-berlin-brandenburg/213/latest/routes?type=400 Any pointers or ideas to any of my issues? |
Ok, found a way to filter/extract some stations: |
Generating the schedules still doesn't really work, but the other files look good. Let's try if it can render something:
Whee I see something!
|
So I got it working for the default loading state: Compare this to Google Maps: See my commit for the changes that were necessary: Now on to fix the schedule stuff... |
I am looking into forking this for my city (Berlin).
I found an equivalent to what you have in
google_transit.zip
(although I have to filter it down as it also contains busses, trams, regional trains, ...).What about
schedules/
?Anything else missing besides running the commands you listed in README?
PS: Nice project by the way!
The text was updated successfully, but these errors were encountered: