-
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
Error: required GTFS table calendar not found #8
Comments
Hello @SKeehnen - can you post the dataset you are trying to use ? |
Hi @vasile - I am facing the same issue with this dataset : http://gtfs.s3.amazonaws.com/[email protected]_20130719_1515.zip |
@vasile I am using the data from http://gtfs.ovapi.nl/ns/calendar_dates.txt The complete data set is at http://gtfs.ovapi.nl/new/gtfs-nl.zip |
Any solutions to this problem ? @vasile |
Well, it needs some patching to support calendar_dates.txt only |
I've got the solution to this error. Some GTFS do not include calendar.txt file, but they do include calendar_dates.txt. This should be enough. To get rid of this error, you must create an empty calendar.txt file and place it into gtfs-data folder. Then, run rake command. |
@russellhoff I did try this but didn't worked for me. @vasile did you get time to patch this ? Hope to have a reply from you! |
Would love to see a update on this: I'm trying to use this with https://gtfs.openov.nl, which specifies all dates of service in calendar_dates.txt. I'm presuming this hasn't been fixed (yet) as there is no is_optional in inc/gtfs_mapping.yml:2. |
I try to read data which doesn't include a calender.txt because I have a calendar_dates.txt which includes ALL dates of service. That results in an error because calender.txt is not found. How can I solve this?
The error occurs at this step:
rake parse:gtfs_2_sqlite
The text was updated successfully, but these errors were encountered: