sidetrackedmind / trimet_trip_game

0 stars 0 forks source link

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

Open sidetrackedmind opened 1 year ago

sidetrackedmind commented 1 year ago

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:

sidetrackedmind commented 1 year ago

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.