Skip to content
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

Open
SKeehnen opened this issue Apr 14, 2015 · 8 comments
Open

Error: required GTFS table calendar not found #8

SKeehnen opened this issue Apr 14, 2015 · 8 comments

Comments

@SKeehnen
Copy link

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

@vasile
Copy link
Owner

vasile commented Nov 6, 2015

Hello @SKeehnen - can you post the dataset you are trying to use ?

@Ms-Shaukat
Copy link

Hi @vasile - I am facing the same issue with this dataset : http://gtfs.s3.amazonaws.com/[email protected]_20130719_1515.zip

@SKeehnen
Copy link
Author

@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

@muhammad-umair-akhter
Copy link

Any solutions to this problem ? @vasile

@vasile
Copy link
Owner

vasile commented Nov 11, 2015

Well, it needs some patching to support calendar_dates.txt only
I'll announce you guys here once is done

@russellhoff
Copy link

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.

@muhammad-umair-akhter
Copy link

@russellhoff I did try this but didn't worked for me.
I am using this Dataset http://transitfeeds.com/p/societe-regionale-wallonne-du-transport/529/latest

@vasile did you get time to patch this ? Hope to have a reply from you!
By the Way @vasile Thank you for all the support you provide from your busy Schedule.

@brandsjek
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants