-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update transit map, using S-Bahn interactive network map? #7
Comments
Some context: I chose the JSON to ensure maximum reusability for Unfortunately, there is no guide currently. I guess it comes down to how much time you want to invest. This repo is AFAIK the only machine-readable representation of the BVG transit map, so it's worth a lot to keep it up to date! However, the existing JSON file is the result of a time-intensive manual process:
Repeating this process would yield a JSON file known to be up to date, but updating the JSON directly to reflect the changes seems more realistic. You would have to convert the JSON into SVG, edit it and reflect the changes back into the JSON file. As documented in |
If you can think of a more straightforward way to keep this repo up to date, let me know! |
Do give you an impression about the time required: It took me about 6 hours to take the official transit map through the whole process. |
S-Bahn Berlin has published an interactive network map which has rasterised layers for all stations & lines. Let's see if we can reconstruct vector data from that! |
@derhuerst did you end up experimenting with that? |
No, I haven't worked on this so far. You're very welcome to do so if you want. |
I would love to make a PR that updates the U3 line to Warschauer Str. but I don't know how this all works. Is there a guide for proposing updates to the JSON file?
The text was updated successfully, but these errors were encountered: