forked from opentripplanner/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
19 lines (13 loc) · 821 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--== OVERVIEW ==--
OpenTripPlanner is an open source multi-modal trip planner. For more
information, see the project website: http://opentripplanner.org
--== INSTALL ==--
Installation instructions are available on the website:
http://opentripplanner.org/wiki/Install
--== FILES ==--
opentripplanner-routing - Core routing algorithms, data-structures, and libraries
opentripplanner-api-webapp - Webapp providing a REST web api to the trip planning engine
opentripplanner-webapp - Webapp providing web-based user interface to trip planning engine
opentripplanner-graph-builder - Command line tool for configuring and building the trip planner graph
opentripplanner-gui - Graph visualizer primarily useful for development and troubleshooting
opentripplanner-integration - Integration tests