Skip to content

A set of scripts to turn collected GTFS-RT into TIDES data

License

Notifications You must be signed in to change notification settings

evansiroky/gtfs-rt-to-tides

Repository files navigation

gtfs-rt-to-tides

A set of scripts to turn collected GTFS-RT into TIDES data

Usage

1. Download data, potentially continuously.

python downloader.py config/example_download_config.json

2. Process raw data into TIDES Data

Raw GTFS-RT Vehicle Positions data > TIDES Vehicle Locations csv

python parse_vehicle_positions_for_day.py config/example_vehicle_locations_parser_config.json

Raw GTFS-RT Trip Updates data > TIDES Trips Performed csv

python parse_trip_updates_for_day.py config/example_trip_updates_parser_config.json

About

A set of scripts to turn collected GTFS-RT into TIDES data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages