Scroll to navigation

routino-router+lib(1) routino-router+lib(1)

NAME

routino-router+lib - calculate routes using the routino database and shared library

SYNOPSIS


routino-router+lib
[--version] [--help] [--dir=dirname] [--prefix=name] [--profiles=filename] [--translations=filename] [--language=lang] [--output-html] [--output-gpx-track] [--output-gpx-route] [--output-text] [--output-text-all] [--output-none] [--output-stdout] [--list-html | --list-html-all | --list-text | --list-text-all] [--profile=name] [--shortest | --quickest] --lon1=longitude --lat1=latitude --lon2=longitude --lat2=latitude [... --lon99=longitude --lat99=latitude] [--reverse] [--loop]

DESCRIPTION

routino-router+lib performs the calculation of the optimum routes using the database generated by the planetsplitter(1) program.

It differs from routino-router(1) by using the libroutino shared library.

OPTIONS

Print the version of Routino.
Prints out the help information.
The directory containing the routing database.
The filename prefix for the routing database.
The name of the XML file containing the profiles (defaults to 'profiles.xml' with '--dir' and '--prefix' options or the file installed in /usr/share/routino).
The name of the XML file containing the translations (defaults to 'translations.xml' with '--dir' and '--prefix' options or the file installed in /usr/share/routino).
Use the translations for specified language.
Write an HTML description of the route.
Write a GPX track file with all route points.
Write a GPX route file with interesting junctions.
Write a plain text file with interesting junctions.
Write a plain text file with all route points.
Don't write any output files or read any translations. (If no output option is given then all are written)
Write to stdout instead of a file (requires exactly one output format option, implies '--quiet').
Create an HTML list of the route.
Create an HTML list of the route with all points.
Create a plain text list with interesting junctions.
Create a plain text list with all route points.
Select the loaded profile with this name.
Find the shortest route between the waypoints.
Find the quickest route between the waypoints.
Specify the longitude of the n'th waypoint.
Specify the latitude of the n'th waypoint.
Find a route between the waypoints in reverse order.
Find a route that returns to the first waypoint after the last one.
15 March 2017