transitcenter / ted-data

Data Analysis for the TransitCenter Equity Dashboard
0 stars 0 forks source link

[WAS] Generate alternate GTFS packages for all dates #11

Closed wklumpen closed 1 year ago

wklumpen commented 1 year ago

Generate non-premium GTFS packages by removing the route IDs as identified in #10

This requires the following steps:

  1. Open the zipfile using the most recent version of GTFS-Lite
  2. Using the routes identified, use delete_routes() on the package and save as a modified file with a -LIMITED tag
  3. Upload the resulting limited GTFS files to the GDrive
KaiHerrero commented 1 year ago

Completed with https://github.com/transitcenter/ted-data/pull/23