I am just getting started with using GTFS as a developer and need some help clearing something up. How would I list the buses that stop at a specific stop? Example:
SPRINGFIELD BL - 93 AV - Q1 I looked through the files and found a link between the stops.txt , stop_times.txt, and trips.txt that would accomplish this, but how could would I implement it into a MYSQL database? I want to get something similar to google maps when you click on a bus stop, a list of buses that stop there show up.
Thank you,