codefornola / nola-transit-map

Realtime view of all NOLA public transit vehicles https://nolatransit.fly.dev/
MIT License
18 stars 6 forks source link

#32 and #11 bus routes are incorrect #11

Open plumwski opened 1 year ago

plumwski commented 1 year ago

NORTA has updated the routes for the #32 bus and the #11 bus, but nola-transit-map still shows the old routes. It's not a big deal, but it would be nice to have the new routes shown on the map.

Attaching screenshots for clarity.

As always, thanks for all you work on this! It's a truly great app.

11_current 11_new 2 11_new_1 32_current 32_new

bhelx commented 1 year ago

Thanks, we got the new GTFS feed from them. Will update it and maybe setup a script to help keep it up to date.

mradamcox commented 1 year ago

@bhelx It seems like before I pulled it out of the trips.txt file with QGIS https://github.com/codefornola/nola-transit-map/blob/784760a1452698edbb12f67b9af59e32e9c857b6/data/README.md, and then did some manual cleaning on a couple of routes on the West Bank. It would probably be worth checking out this Python library to help script the process: https://mrcagney.github.io/gtfs_kit_docs/

ndonolli commented 9 months ago

Hey I've noticed this is still an issue. Also, since the schedule cuts earlier in 2024 there have been even more adjustments to the West Bank bus routes. I have free time now and I'd be interested in pulling down the project and looking into it. I use this app frequently and I appreciate the work so far.

bhelx commented 2 weeks ago

Opened an issue for creating a bus route script #23