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

Support gtfs feeds without individual stop times #54

Open
Rikuoja opened this issue Jan 31, 2022 · 0 comments
Open

Support gtfs feeds without individual stop times #54

Rikuoja opened this issue Jan 31, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Rikuoja
Copy link
Collaborator

Rikuoja commented Jan 31, 2022

Describe the bug
Some GTFS feeds (notably Madrid metro) do not contain all the individual stops during the whole day. Instead, the stop frequency at each stop can be calculated from line frequencies from frequencies.txt.

To Reproduce
Steps to reproduce the behavior:

  1. Use Madrid Metro GTFS feed URL https://transitfeeds.com/p/consorcio-regional-de-transportes-de-madrid/742/latest/download
  2. Wonder why all the metro stops have only 1 or a few departures during the whole day.

Expected behavior
Stop frequency should be calculated from line frequencies in frequencies.txt, if that file contains data. Stop times should only be used if frequencies.txt is not present or is empty.

@Rikuoja Rikuoja added the bug Something isn't working label Jan 31, 2022
@Rikuoja Rikuoja changed the title Support gtfs feeds frequency.tx Support gtfs feeds without individual stop times Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant