A set of python script to download and process data of Italian railways site www.viaggiatreno.it
Find a file
2022-11-24 15:19:19 +01:00
test Added train_runs_on_date() to viaggiatreno.Utils 2015-04-08 19:11:38 +02:00
TrainMonitor Updated endpoint 2022-11-24 15:19:19 +01:00
.gitignore ignoring IDE files 2018-02-26 16:47:13 +01:00
demo-dumpstations.py the CSV outputted by demo-dumpstation is now actually a comma separated value. Created gist accordingly and pointed it out in the README 2018-02-26 16:19:46 +01:00
demo-trainstatus.py Added timestamp parameter to andamentoTreno API 2021-05-12 17:02:24 +02:00
LICENSE Added .gitignore and LICENSE (GPLv3) files 2015-03-25 22:24:37 +01:00
README.md date fixed in the README 2018-02-27 11:11:05 +01:00
run_tests.py First unit tests 2015-04-02 18:54:35 +02:00

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 2018-02-26 can be downloaded here: https://gist.github.com/febs/39d373bf876caed20fdfc8cf4cf4921f

  • demo-trainstatus.py - display train running status informations, given the train number

  • run_tests.py - Runs unit tests