Script to periodically collect routing data for a set of OD pairs from the TomTom API
Find a file
2026-02-27 10:49:21 +01:00
.gitignore Initial commit 2025-07-28 15:53:18 +02:00
LICENSE Initial commit 2025-07-28 15:53:18 +02:00
ods.csv Initial commit 2025-07-28 15:53:50 +02:00
README.md add README 2026-02-27 10:49:21 +01:00
requirements.txt Initial commit 2025-07-28 15:53:50 +02:00
run.py Initial commit 2025-07-28 15:53:50 +02:00

TomTomAPICollect

  • Execute run.py to collect routing data (travel time, distance) for the set of origin-destination pairs defined in ods.csv.
  • Use cron to periodically execute the run.py script.