naviqore / public-transit-service

Public transit schedule information and connection routing service based on GTFS data and the RAPTOR algorithm.
MIT License
4 stars 1 forks source link
gtfs isoline-routing public-transport raptor routing service

Public Transit Service

Public transit schedule information and connection routing service based on GTFS data and the RAPTOR algorithm.

Features

Installation

  1. Clone the repository:

    git clone https://github.com/naviqore/public-transit-service.git
    cd public-transit-service
  2. Build the project using Maven:

    mvn clean install
  3. Run the application:

    mvn spring-boot:run

Deployment

To deploy public-transit-service using Docker, run the following command:

docker run -p 8080:8080 -e GTFS_STATIC_URI=<URL or PATH> ghcr.io/naviqore/public-transit-service:latest

For more configuration options, refer to the application.properties file.

Usage

Access the service at http://localhost:8080 to explore schedules and query transit connections.

License

This project is licensed under the MIT license. See the LICENSE file for details.

References

[1] General Transit Feed Specification. (n.d.). Retrieved May 25, 2024, from https://gtfs.org/

[2] Delling, D., Pajor, T., & Werneck, R. F. (2012). Round-Based Public Transit Routing. In 2012 Proceedings of the Meeting on Algorithm Engineering and Experiments (ALENEX) (pp. 130-140). SIAM. https://doi.org/10.1137/1.9781611972924.13