Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.
Sean Barbeau edited this page Sep 2, 2014 · 5 revisions

This project produces GTFS-realtime updates from a Syncromatics REST API.

The following GTFS files are needed:

  1. calendar.txt: To extract the 'trip_id' based on 'route_id' and 'service_id'.

  2. trips.txt: To get the 'service_id' based on which day of week is today.

  3. stop_times.txt: To get the sequence number of a stopID based on 'trip_ID'.

These files should be located at "myGTFS" folder inside the project folder.

Clone this wiki locally