No description
Find a file
2025-02-21 08:26:45 +00:00
.github Disable Hamburg speed test, related to #6430 2025-02-05 13:18:16 +01:00
.idea style: Arrange all fields and methods 2022-04-06 10:34:19 +02:00
application Upgrade debug client to version 2025/02/2025-02-21T08:26 2025-02-21 08:26:45 +00:00
client Update Debug UI dependencies (non-major) 2025-02-21 08:16:12 +00:00
doc Add changelog entry for #6459 [ci skip] 2025-02-20 14:42:09 +00:00
gtfs-realtime-protobuf Specify version in parent pom 2024-12-19 16:15:40 +01:00
otp-shaded Also exclude container build from shaded jar 2024-12-13 14:41:42 +01:00
raptor Update raptor/src/main/java/org/opentripplanner/raptor/api/model/RaptorAccessEgress.java 2025-02-14 10:16:01 +01:00
script Apply changes from review 2025-02-14 17:30:58 +01:00
test/performance Update expected results 2024-10-17 15:46:36 +02:00
utils refactor: Extract TextVariablesSubstitution from EnvironmentVariableReplacer. 2024-12-20 14:12:33 +01:00
.git-blame-ignore-revs Add commit to .git-blame-ignore-revs 2025-01-28 11:24:28 +01: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
Makefile Update translations 2022-03-23 23:10:59 +02:00
maven-settings.xml replace TravisCI with GH actions and packages 2021-01-06 15:10:36 +08:00
mkdocs.yml Add docs for new sandbox 2025-02-13 14:02:46 +02:00
pom.xml Bump serialization version id for #6463 2025-02-18 13:28:31 +00:00
README.md doc: Fix references to the otp-shaded jar in doc. 2024-12-10 20:31:15 +01:00
renovate.json5 Update Azure dependencies every month 2025-02-12 10:43:33 +01: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. The latest version of OTP is v2.5.0, released in March 2024.

If you do not want to use this version, please switch to the final 1.x release tag v1.5.0 or the dev-1.x branch.

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.