Problem Statement
Data Sources
Methodology
Outcome
Review the past RTD datasets collected since 2006 to determine the possibility of creating GTFS data by year for all transit operators in the nine county bay region.
Collected by staff at MTC and from GTFS Data Exchange. Listed in data/cached_gtfs.csv
Process each GTFS file listed in data/cached_gtfs.csv
for routes, stops, and frequencies.
We use existing GTFS libraries, primarily gtfs-lib and gtfsr, to load, validate, transform (to spatial standard formats), and calculate frequencies. Processing steps are logged in data/cached_gtfs.csv
.
see /R/historical_routes/output_historical_routes_by_region.R