Unleash public transport data in your Java project.
Find a file
Torsten Grote 6d99e63db8 Navitia: More efficient product parsing
According to CanalTP/navitia#1386, Navitia has finally added the
product to departure query results, so all information we need can now
be retrieved by one network query only.

The AbstractNavitiaProvider was adapted accordingly and all legacy code
including the Product Cache was removed.
2016-06-01 09:57:43 +02:00
enabler Navitia: More efficient product parsing 2016-06-01 09:57:43 +02:00
service Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00
.gitignore Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00
.travis.yml Configure continuous integration using Travis CI. 2016-02-05 01:53:08 +01:00
build.gradle Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00
README.md Add a README.md to the parent project. 2016-03-08 11:58:20 +01:00
settings.gradle Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00

Welcome to Public Transport Enabler, a Java library allowing you to get data from public transport providers.

This project contains several subprojects:

  • enabler: The library itself. This is probably what you're searching for. See the subproject's README for more information.
  • service: An example of how the library could be used as a web service. It's still very incomplete though.

You can build all sub-projects at once using Gradle:

gradle clean build