[WIP] Python scripts to collect public transit timetables over time from GTFS data
Find a file
2026-02-27 11:26:12 +01:00
real_time add incidents to plot 2026-02-27 11:26:12 +01:00
.gitignore Update gitignore 2025-07-28 12:03:27 +02:00
gtfs_to_parquet.py Fix issue with stops 2025-03-31 11:32:20 +02:00
LICENSE Initial commit 2025-01-17 14:14:53 +01:00
read_stops.py add lines to read stops 2025-11-17 09:49:48 +01:00
README.md initial commit 2025-01-17 14:21:15 +01:00
requirements.txt update plots 2025-11-17 09:50:25 +01:00
save_network.py Add script to write stops 2025-07-28 12:02:57 +02:00

Public Transit Data Collect

This repository contains the Python scripts that I am using to collect public transit timetables data from transport.data.gouv.fr.

Use

  • Install the required Python packages listed in requirements.txt.
  • Run the script gtfs_to_parquet.py at regular time interval (e.g., each day) to collect public transit timetables from all datasets at transport.data.gouv.fr as Parquet files in the data/ directory.