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:
- divvy_json03.py = a summary / report
- divvy_json02.py = all data in the dataset
- station_information.json = sample data with the station information (text name, capacity)
- station_status.json = sample data with all station current bikes and avail docks
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.
- ttpositions.json - sample JSON data with the issue of missing and varying datatypes
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