trynmaps / metrics-mvp

Prototype of public transit data visualization system
https://muni.opentransit.city
MIT License
30 stars 34 forks source link

Historic Route/Schedules: Cache processed GTFS files in S3 #642

Open EddyIonescu opened 4 years ago

EddyIonescu commented 4 years ago

Archive versions of GTFS files in S3 as to not have to rely on TransitFeeds each time we might want to re-make the route-configs. gtfs_path will turn from a local path to an S3 path that you'll have to fetch.

Blocked by (and is an extension of) #638