codeforpdx / opentransit-metrics

Prototype of public transit data visualization system
https://opentransit-pdx.herokuapp.com/
MIT License
7 stars 8 forks source link

python save_routes.py --s3 --timetables --scheduled-stats will not run if local cache exists #15

Open sidetrackedmind opened 2 years ago

sidetrackedmind commented 2 years ago

Issue

If you try to run save_routes.py locally and you already have gtfs files in your cache the script will not push anything to S3.

Desired Fix

We need some way to force the function to send new data to S3 even if it exists locally