ducminh-phan / RAPTOR

C++ implementation of RAPTOR: RoundbAsed Public Transit Optimized Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAPTOR

Build

From the root folder, run make build to build the executable.

Run

At first, make sure that the dataset directory is at the same level as this repository's directory.

.
├── RAPTOR
└── Public-Transit-Data

Then cd into the build folder and run the raptor executable.

usage:
  raptor [<name>] options

where options are:
  --hl              Unrestricted walking with hub labelling
  -p, --profile     Run profile query
  -r, --ranked      Use ranked queries
  -?, -h, --help    display usage information

By default, the basic RAPTOR will be run using 10000 pre-generated queries, whose sources, targets, and departures are selected uniformly at random.

About

C++ implementation of RAPTOR: RoundbAsed Public Transit Optimized Router

License:MIT License


Languages

Language:C++ 99.7%Language:CMake 0.3%Language:Makefile 0.0%