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

Fix generating stops.txt #68

Open
brechtvdv opened this issue Jul 27, 2016 · 0 comments
Open

Fix generating stops.txt #68

brechtvdv opened this issue Jul 27, 2016 · 0 comments

Comments

@brechtvdv
Copy link
Contributor

brechtvdv commented Jul 27, 2016

Now stops.txt is generated with the use of the iRail station list.
The station liveboard is fetched for every station and parses all the stops it shows.

This is however not enough to contain every stop of stoptimes.txt.

There are two solutions for this problem:

  1. A script fetches all unique stop:platform combinations from stop_times.txt. The info about the stop (without platform code) can be fetched from the iRail API. This guarantees that the brail2gtfs feed will contain all the stops without manual intervention.

  2. Update stops.csv and build stops.txt from this. This method requires manually updating.

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

1 participant