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

periodically pull new GTFS data to refresh route shapes and route list #11

Open
sidetrackedmind opened this issue Aug 17, 2023 · 1 comment

Comments

@sidetrackedmind
Copy link
Owner

The route list and route shapes are static files. It's possible TriMet could add and/or modify a route shape and the data in S3 and/or the route list will be outdated.

Actions:

  • Low priority - Periodically grab GTFS shapes and push them to S3. Luckily, the "winning" itinerary shapes are shown so this will only negatively impact bad guess routes
  • Grab routes.txt GTFS and re-fill the html dropdown list. TriMet may add shuttle or other service.
@sidetrackedmind
Copy link
Owner Author

See this notebook: https://github.com/sidetrackedmind/trimet_trip_game/blob/main/update_gtfs_files_and_shapes.ipynb

Just need to run this notebook periodically.

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