A set of python script to download and process data of Italian railways site www.viaggiatreno.it
| test | ||
| TrainMonitor | ||
| .gitignore | ||
| demo-dumpstations.py | ||
| demo-trainstatus.py | ||
| LICENSE | ||
| README.md | ||
| run_tests.py | ||
TrainMonitor
A set of python script to download and process data of Italian railways site www.viaggiatreno.it
-
TrainMonitor/
- viaggiatreno.py - a simple interface to viaggiatreno.it API
- dateutils.py - utilities for Italian holidays and other date operations
-
test/ - Unit tests
-
demo-dumpstations.py - dumps informations about Italian railway stations, in CSV and GeoJSON format (a dump updated to 2023 can be downloaded here: https://git.lattuga.net/roughconsensusandrunningcode/stazioni)
-
demo-trainstatus.py - display train running status informations, given the train number
-
run_tests.py - Runs unit tests