Transportation

View on GitHub

nealalan.github.io/Transportation (repo)

divvy_json03.py

This python3 script will pull publically available JSON datasets containing realtime data for the Chicago DIVVY Bike Share Stations. The difference between 02 and 03:

Here’s the output:

divvy_json02.py

This python3 script will pull publically available JSON datasets containing realtime data for the Chicago DIVVY Bike Share Stations. Here’s the output:

cta_tt_positions_JSON_01.py

Pull the Chicago Transit Authority realtime transit data and display all active trains and next stop.

cta_tt_by_stationid_XML_01.py

Pull the Chicago Transit Authority realtime transit data by stationName. Needs updates

cta_tt_positions_XML_01.py

Pull the CTA realtime transit data listing all trains currently running and their locations. Needs updates