-
Notifications
You must be signed in to change notification settings - Fork 52
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
bug: motis doesn't import updated gtfs files without deleting data/ #673
Comments
What does change with the GTFS update? We currently hash the first 50MB + the file size: Lines 117 to 121 in 72fe34b
... over all datasets: This should be reliable as an indicator of changed data. Do you have a link to both datasets? You can delete single files from |
I thought there was this kind of check. My use case is a bit special: I'm trying to complete Thx a lot for your response! |
If you have any example files that trigger this issue this would be very helpful to fix it :-) |
In beta.21, when importing new/fresh gtfs files but with same name, motis import doesn't do anything (
data/
isn't updated).Steps to reproduce:
data/
andinput/
, plage gtfs file(s) ininput/
motis import -c config.yml
andmotis server
: everything is ok at this pointmotis import -c config.yml
: nothing is done (no output in cli)motis server
: motis uses the same old datasI have to completely delete
data/
folder to get new files to be imported.Thx!
The text was updated successfully, but these errors were encountered: