- The OTP config files: https://docs.opentripplanner.org/en/dev-2.x/Configuration/#three-scopes-of-configuration
- OTP config examples: https://github.com/opentripplanner/OpenTripPlanner/tree/dev-2.x/docs/examples
Options and parameters that are taken into account during the graph building process will be "baked into" the graph, and cannot be changed later in a running server. These are specified in
build-config.json
.
For a more light-weight (as in smaller graph and requires less RAM) version, replace with build-config-lightweight.json.
Other details of OTP operation can be modified without rebuilding the graph. These run-time configuration options are found in
router-config.json
.
Finally,
otp-config.json
contains simple switches that enable or disable system-wide features.
Generate an HTML report of Graph errors/warnings.
- Enable report creation in
build-config.json
sudo docker compose build opentripplanner
sudo docker compose up -d opentripplanner
sudo docker compose cp opentripplanner:/var/opentripplanner/report report
- Open
report/index.html