[WIP] Python scripts to collect public transit timetables over time from GTFS data
- Python 100%
| real_time | ||
| .gitignore | ||
| gtfs_to_parquet.py | ||
| LICENSE | ||
| read_stops.py | ||
| README.md | ||
| requirements.txt | ||
| save_network.py | ||
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.pyat regular time interval (e.g., each day) to collect public transit timetables from all datasets at transport.data.gouv.fr as Parquet files in thedata/directory.