https://github.com/OneBusAway/onebusaway-gtfs-modules
A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
https://github.com/OneBusAway/onebusaway-gtfs-modules
Last synced: about 1 year ago
JSON representation
A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
- Host: GitHub
- URL: https://github.com/OneBusAway/onebusaway-gtfs-modules
- Owner: OneBusAway
- License: other
- Created: 2012-02-12T17:16:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T08:54:30.000Z (about 1 year ago)
- Last Synced: 2025-03-26T09:41:00.711Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 5.23 MB
- Stars: 133
- Watchers: 15
- Forks: 110
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gtfs - onebusaway-gtfs-modules - A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support. (Frameworks and Libraries)
README
# onebusaway-gtfs-modules
[](https://github.com/OneBusAway/onebusaway-gtfs-modules/actions/workflows/ci.yml)
[](https://mvnrepository.com/artifact/org.onebusaway/onebusaway-gtfs-modules)
A Java library for reading and writing [GTFS](https://developers.google.com/transit/gtfs) feeds, including database support.
See more documentation in the [`docs folder`](./docs).
## Maven usage
In your `pom.xml`, include:
```
org.onebusaway
onebusaway-gtfs
${VERSION}
```
...where `` contains the latest version number.
## Update on camsys-apps.com repo
In August 2024 @leonardehrenfried took over maintainership and subsequently all artifacts are
now again published to Maven Central. Adding camsys-apps.com to your Maven repo configuration is no
longer necessary when you use version 1.4.18 or newer.