Analysis updated 2026-08-16 · repo last pushed 2014-03-04
Generate a GTFS feed for a small city bus system to publish on Google Maps
Convert transit schedule and route data into the standard format trip-planning apps expect
Create stop location and arrival time data for a transit agency that needs to share with mapping services
| dahlbyk/gtfsimple | 000madz000/rfid-attendance | 00kaku/gallery-slider-block | |
|---|---|---|---|
| Language | — | TypeScript | JavaScript |
| Last pushed | 2014-03-04 | 2024-07-22 | 2021-05-19 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Sparse documentation means you'll need to read the source code to understand expected inputs and usage.
SimpleGTFS is a tool for creating General Transit Feed Specification (GTFS) data, the format that apps like Google Maps use to show public transit schedules, routes, and stop locations. If you've ever looked up bus directions and seen arrival times, that data came from a GTFS feed. The README doesn't go into much detail about how it works under the hood. What we can tell is that it takes transit information and produces a GTFS-formatted feed, which is the standard way transit agencies share their schedule data with mapping and trip-planning services. This would be useful for transit agencies, transit app developers, or anyone who needs to publish schedule and route data in a format that Google Transit and similar platforms can consume. For example, a small city bus system that needs to get its routes onto Google Maps would need a GTFS feed, this tool helps create one. Beyond that, the README is sparse, so it's hard to say much more about the technical approach, supported features, or how it differs from other GTFS tooling. If you're working with transit data and need to generate a compliant feed, it may be worth exploring the code itself to understand what inputs it expects and how flexible it is.
A tool for creating GTFS data, the standard format transit agencies use to share bus and train schedules with apps like Google Maps so people can look up public transit directions.
Dormant — no commits in 2+ years (last push 2014-03-04).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.