Skip to content

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.

License

Notifications You must be signed in to change notification settings

tisseo-deploy/onebusaway-gtfs-modules

 
 

Repository files navigation

onebusaway-gtfs-modules

CI Maven Central

A Java library for reading and writing GTFS feeds, including database support.

See more documentation in the docs folder.

Maven usage

In your pom.xml, include:


<dependency>
  <groupId>org.onebusaway</groupId>
  <artifactId>onebusaway-gtfs</artifactId>
  <version>${VERSION}</version>
</dependency>

...where <version> 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.

About

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%