209
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Jun 2024
209 points (96.9% liked)
Open Source
31199 readers
230 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
The Transit app, used for bus/train route info and buying tickets. I imagine the ticket buying part would be difficult to OS, but I just want the live transit routing info. A few apps exist for other cities, but not mine. Worst part is Transit relies on Google Maps.
I believe google maps pulls its data from municipalities setting up and streaming realtime data using this: https://developers.google.com/transit/gtfs-realtime
For my city, I was able to pull this GTFS data into my home automation system to show next arrival times for a couple of convenient stops near my home.
Yea, I've looked into how it works to see if I could add it to an existing app, but ran into a wall I can't recall right now.
The local stops would be good, but what I really need is the ability to figure out new routes, like visiting a friend.
Oh yeah, then you definitely need something else to take the transit schedule and realtime updates to plan routes for you.