/iett-sefer

visualize Istanbul public bus locations in semi-real-time

Primary LanguagePython

IETT Bus Locations

Uses İETT Sefer Gerçekleşme Web Servisi - Veri Setleri - İBB to fetch and visualize locations of Istanbul's public buses every two minutes.

screenshot

("Tadpole"s tail is the position 2 minutes ago, and head is bus' current position.)

Deployment

Run the script that fetches all bus coordinates every two minutes

python take_snapshot.py

Run the Bokeh server

bokeh serve --show app.py

Profit!