Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.06 KB

Public Transit Information with Python

Talk from notPyconIL 2018

Slides

curlbus.app

Look at the Jupyter Notebooks for the code and live demos.

For the database based examples to work, setup a PostgreSQL database run the models, and then run update_feed.sh.

Note: for the realtime example to work you have to create an instance of the SIRI client with the user ID and password you got from the Ministry of Transportation.

Resources:

Static data

Realtime data

Check siri.py for implementation or the async version in curlbus

MoT SIRI-SM realtime API