-
Notifications
You must be signed in to change notification settings - Fork 31
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
How to use apps/transport/lib/transport/gtfs_diff.ex? #3981
Comments
Hi @dancesWithCycles! Thanks for the issue 😄
I would need to verify my understanding: are you asking for help on the tool, or you do not need help and instead are suggesting an improvement on the documentation? Thanks! |
Hi @thbar , Cheers! |
Thanks for the clarification @dancesWithCycles! After a long day, coming back with some points: one must note that the current implementation of GTFS-Diff does not scale well (this is why there is a 10MB limit on https://transport.data.gouv.fr/tools/gtfs_diff). This means we are not going to put a lot of effort in the documentation (it will likely change if we optimise the algorithm later). I will see if I can tweak things in a few lines to make things work from a script, and provide guidance here (because I'll keep that issue opened for now, thanks for your patience. |
@dancesWithCycles thanks for the delay. Our bandwidth is too tight to properly manage that, so I will have to close the issue for now. Sorry about that, as we manage a lot of topics! |
Hi folks,
Thank you so much for providing and maintaining this repository.
I randomly stumbled over this readme file that leaded me to this source file.
It is the first time I come across Elixir. Do you mind providing an instruction set that describes how to use the GTFS Diff tool from scratch imagining a clear Linux operating system environment?
Example:
Add the following to ~/.bashrc:
Completions must be configured by adding the following to your .bashrc:
This issue is linked to this issue.
Cheers!
The text was updated successfully, but these errors were encountered: