Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.32 KB

historical_transit_data.md

File metadata and controls

29 lines (16 loc) · 1.32 KB

Historical Transit Processing

Problem Statement
Data Sources
Methodology
Outcome

Problem Statement

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.

Data Sources

Collected by staff at MTC and from GTFS Data Exchange. Listed in data/cached_gtfs.csv

Methodology

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.

Routes

see /R/historical_routes/output_historical_routes_by_region.R

Stops and Frequencies

see /rtd/process_cached_gtfs_for_points_and_frequencies.py