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

gtfs failed #164

Open
orlandombaa opened this issue Nov 28, 2020 · 1 comment
Open

gtfs failed #164

orlandombaa opened this issue Nov 28, 2020 · 1 comment

Comments

@orlandombaa
Copy link

Hello

I have been using the software for almost 2 months building a small set of gtfs with 38 routes and around 2,000 stops. I finished 1 week ago but I just can not make them work. I have been trying to use them with 2 libraries in R (opentripplanner and gtfsrouter) and they just don't recognize well the gtfs.

Since the beginning, I put my gtfs in a validator and I have repairs all the errors that the validator shows. Right now I have just some warnings that they don't seem important (like an extra column in 1 file and some stops that I don't use).

I have no idea what is the problem with the gtfs.

https://mega.nz/file/TZgVmCBA#AqMRu8EGX6dxwM6ahneF5Tqr-RBkb85X_Iq1gPFdeu4

I hope someone can give me a hint or help.

Thank you

@answerquest
Copy link
Collaborator

Hi @orlandoandradeb , sorry for replying way into the future ;)
I've personally seen a lot of other configuration issues with software like opentripplanner that we have to get through which may not have anything to do with the acutal GTFS data in itself.

Some places to look into:

  • Are the timings in the form of precise stop_times data, or are they in frequencies? most tools had trouble with frequencies; you would have to lay out the timings.
  • Are all the stop_times entries in a route + trip duly filled? .
  • Check the start and end dates in calendar.txt . If end_date is a past one, then opentripplanner etc will not process your GTFS at all.
  • I checked your gtfs file. Looks ok.. No clue how the "unnamed 0" column in trips.txt got there! Did a test run myself just now and didn't find any such strange column in my exported trip.txt . How can one reproduce this?

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

2 participants