|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE.md | 2 years ago | |
Plot.ipynb | 2 years ago | |
README.md | 2 years ago | |
bus_68_datapoints.py | 2 years ago | |
bus_68_datapoints.sql | 2 years ago |
Here you will find the code I used to analyze and plot some waiting times for the bus 68 operated by RATP in Paris. Feel free to reuse and adapt with other lines.
Blog post is available at https://phyks.me/2018/12/suivi-des-passages-de-bus-a-partir-des-donnees-ouvertes-didfm.html.
bus_68_datapoints.py
is the data collection script (to be run by a
crontask for instance).bus_68_datapoints.sql
is a SQL dump of the SQLite database I have storing
the data I collected. The data was collected from the STIF
API
(ODbL license).Plot.ipynb
is a Jupyter Notebook to analyze the data.This code is licensed under an MIT license.