├── README.md ├── plot_delays.py ├── plot_travel_time.py ├── plot_trips.py ├── plot_wait_time.py ├── run.py ├── time_between_arrivals.png ├── time_to_arrival_by_line.png ├── time_to_arrival_by_time_of_day.png ├── time_to_arrival_percentiles.png ├── time_to_next_arrival.png ├── travel_time_delay.png ├── trips.png └── worst_stations.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/README.md -------------------------------------------------------------------------------- /plot_delays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/plot_delays.py -------------------------------------------------------------------------------- /plot_travel_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/plot_travel_time.py -------------------------------------------------------------------------------- /plot_trips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/plot_trips.py -------------------------------------------------------------------------------- /plot_wait_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/plot_wait_time.py -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/run.py -------------------------------------------------------------------------------- /time_between_arrivals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/time_between_arrivals.png -------------------------------------------------------------------------------- /time_to_arrival_by_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/time_to_arrival_by_line.png -------------------------------------------------------------------------------- /time_to_arrival_by_time_of_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/time_to_arrival_by_time_of_day.png -------------------------------------------------------------------------------- /time_to_arrival_percentiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/time_to_arrival_percentiles.png -------------------------------------------------------------------------------- /time_to_next_arrival.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/time_to_next_arrival.png -------------------------------------------------------------------------------- /travel_time_delay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/travel_time_delay.png -------------------------------------------------------------------------------- /trips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/trips.png -------------------------------------------------------------------------------- /worst_stations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikbern/mta/HEAD/worst_stations.py --------------------------------------------------------------------------------