vejendla / chq-carts-leaflet

A Leaflet.js widget for interacting with Chautauqua Area Regional Transit System (CARTS) GTFS data
0 stars 0 forks source link

Display the level of service for each stop #2

Open vejendla opened 1 year ago

vejendla commented 1 year ago

Is your feature request related to a problem? Please describe. Right now, the map allows me to see where each stop is in the county. However, the map doesn't give more information about what services are available at each stop, how frequently a bus shows up, or where I can go from each stop.

Describe the solution you'd like It would be nice to see where I can go from each stop, or how frequently a bus shows up.

Describe alternatives you've considered I could manually look up CARTS schedules, but they are displayed in .pdf format. I tried using Google Maps to plan trips, but the only transit service that it displays is CoachUSA's inter-city bus routes.

Additional context

vejendla commented 1 year ago

Update:

I used MySQL (as documented in the Readme) and CARTS GTFS data to identify the number of buses at each stop during the morning rush. It's quite bare - only 1 or 2 stations have more than 4 buses an hour

I uploaded the CSV to gtfs-data/morning_rush_frequencies.csv