Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

otp_make_config

Make Config Object


Description

OTP can be configured using three json files 'otp-config.json', 'build-config.json', and 'router-config.json'. This function creates a named list for each config file and populates the defaults values.

Usage

otp_make_config(type)

Arguments

type

Which type of config file to create, "otp", "build", "router"

Details

For more details see: http://docs.opentripplanner.org/en/latest/Configuration

See Also

Examples

{
  conf <- otp_make_config("build")
  conf <- otp_make_config("router")
}

opentripplanner

Setup and connect to 'OpenTripPlanner'

v0.3.1
GPL-3
Authors
Malcolm Morgan [aut, cre] (<https://orcid.org/0000-0002-9488-9183>), Marcus Young [aut] (<https://orcid.org/0000-0003-4627-1116>), Robin Lovelace [aut] (<https://orcid.org/0000-0001-5679-6536>), Layik Hama [ctb] (<https://orcid.org/0000-0003-1912-4890>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.