No description
Find a file
2025-07-03 14:00:34 +00:00
.github Increase node version 2025-05-15 21:16:24 +02:00
.idea style: Arrange all fields and methods 2022-04-06 10:34:19 +02:00
application Upgrade debug client to version 2025/07/2025-07-03T13:59 2025-07-03 14:00:34 +00:00
client Improve display of scooter rentals in debug UI 2025-07-02 17:45:04 +02:00
doc Add changelog entry for #6724 [ci skip] 2025-07-03 13:04:15 +00:00
gtfs-realtime-protobuf Prepare next development iteration 2.8.0-SNAPSHOT 2025-03-12 14:19:34 +01:00
otp-shaded Prepare next development iteration 2.8.0-SNAPSHOT 2025-03-12 14:19:34 +01:00
raptor Reformat code according to new prettier version 2025-06-23 11:35:03 +02:00
script Merge pull request #6683 from entur/fix_release_script 2025-06-20 12:39:46 +02:00
test/performance Update expected results 2024-10-17 15:46:36 +02:00
utils Reformat code according to new prettier version 2025-06-23 11:35:03 +02:00
.git-blame-ignore-revs Add commit to .git-blame-ignore-revs 2025-06-23 11:37:40 +02:00
.gitignore Update diagram 2025-01-07 18:06:14 +01:00
.prettierrc.yml Fix compatibility issues with nordic profile from #4863 2023-03-02 17:07:39 +01:00
ARCHITECTURE.md doc: Fix broken links 2024-11-27 11:27:19 +01:00
codecov.yml Fix codecov syntax [ci skip] 2022-12-21 21:56:21 +01:00
CONTRIBUTING.md Add extra heading [ci skip] 2023-12-20 12:05:08 +01:00
DEVELOPMENT_DECISION_RECORDS.md Merge remote-tracking branch 'upstream/dev-2.x' into ddr_connecti_realay 2024-12-09 12:06:24 +02:00
lgpl-3.0.txt add LGPL 2009-12-03 02:02:39 +00:00
LICENSE Add a single License file and remove all OTP and OBA file license headers. 2018-08-14 13:27:53 +02:00
magidoc.mjs refactor: Fix paths in CI scripts 2024-10-11 16:12:59 +02:00
maven-settings.xml replace TravisCI with GH actions and packages 2021-01-06 15:10:36 +08:00
mkdocs.yml Merge remote-tracking branch 'upstream/dev-2.x' into trias 2025-05-02 08:37:22 +02:00
pom.xml fix(deps): update lucene.version to v10.2.2 2025-06-30 23:46:50 +00:00
README.md Update readme [ci skip] 2025-03-14 17:01:49 +01:00
renovate.json5 Lower frequency of debug UI updates [ci skip] 2025-06-18 08:07:42 +02:00

Overview

Join the chat at https://gitter.im/opentripplanner/OpenTripPLanner Matrix codecov Commit activity Docker Pulls

OpenTripPlanner (OTP) is an open source multi-modal trip planner, focusing on travel by scheduled public transportation in combination with bicycling, walking, and mobility services including bike share and ride hailing. Its server component runs on any platform with a Java virtual machine ( including Linux, Mac, and Windows). It exposes GraphQL APIs that can be accessed by various clients including open source Javascript components and native mobile applications. It builds its representation of the transportation network from open data in open standard file formats (primarily GTFS and OpenStreetMap). It applies real-time updates and alerts with immediate visibility to clients, finding itineraries that account for disruptions and service changes.

Note that this branch contains OpenTripPlanner 2, the second major version of OTP, which has been under development since 2018 and is now the dominant one and the only one being supported.

Performance Test

📊 Dashboard

We run a speed test (included in the code) to measure the performance for every PR merged into OTP.

More information about how to set up and run it.

Repository layout

The main Java server code is in application/src/main/. OTP also includes a Javascript client based on the MapLibre mapping library in client/src/. This client is now used for testing, with most major deployments building custom clients from reusable components. The Maven build produces a unified ("shaded") JAR file at otp-shaded/target/otp-shaded-VERSION.jar containing all necessary code and dependencies to run OpenTripPlanner.

Additional information and instructions are available in the main documentation, including a quick introduction.

Development

OpenTripPlanner is a collaborative project incorporating code, translation, and documentation from contributors around the world. We welcome new contributions. Further development guidelines can be found in the documentation.

Development history

The OpenTripPlanner project was launched by Portland, Oregon's transport agency TriMet (http://trimet.org/) in July of 2009. As of this writing in Q3 2020, it has been in development for over ten years. See the main documentation for an overview of OTP history and a list of cities and regions using OTP around the world.

Getting in touch

The fastest way to get help is to use our Gitter chat room where most of the core developers are. Bug reports may be filed via the Github issue tracker. The OpenTripPlanner mailing list is used almost exclusively for project announcements. The mailing list and issue tracker are not intended for support questions or discussions. Please use the chat for this purpose. Other details of project governance can be found in the main documentation.

OTP Ecosystem

  • awesome-transit Community list of transit APIs, apps, datasets, research, and software.