/usr/share/routino/www/documentation/index.html is in routino-www 3.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Routino : Documentation</title>
<!--
Routino documentation - index
Part of the Routino routing software.
This file Copyright 2008-2015 Andrew M. Bishop
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
-->
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<!-- Header Start -->
<div class="header">
<h1>Routino : Documentation</h1>
</div>
<!-- Header End -->
<!-- Content Start -->
<div class="content">
<h2 id="H_1_1">Data</h2>
A good router relies on good data and the
<a class="ext" title="OpenStreetMap" href="http://www.openstreetmap.org/">OpenStreetMap</a>
data is a good source. There are however a number of things that need to be
considered about
<a href="data.html" title="Data considerations">the data used</a>.
<h2 id="H_1_2">Tagging</h2>
In addition to the raw data the way that are tags are used is also important.
With Routino the
<a title="Tagging" href="tagging.html">tagging rules</a>
are contained in a configuration file and can easily be customised to change the
interpretation of each tag.
<h2 id="H_1_3">Program Usage</h2>
There are four programs that make up this software, two create the routing
database and use the information in it and the other two perform additional functions.
<a href="usage.html" title="Program Usage">Full instructions</a>
for using the four programs are provided.
<h2 id="H_1_4">Configuration Files</h2>
When the programs are run they read in one or more
<a href="configuration.html" title="Configuration Files">configuration files</a>.
These files contain information about the routing preferences (types of highways,
preferred speeds etc), tagging rules and translation information for the outputs.
<h2 id="H_1_5">Output Files</h2>
The final result of running the router is one or more
<a href="output.html" title="Output Files">output files</a>
that contain the calculated route.
<h2 id="H_1_6">Numerical Limits</h2>
When processing data there are
<a href="limits.html" title="Numerical Limits">numerical limits</a> for the
range of data identifiers that can be handled and the size of the database.
<h2 id="H_1_7">Algorithm</h2>
The <a title="Algorithm" href="algorithm.html">algorithm</a> that is used by
Routino takes the OpenStreetMap data and creates a local database of the
important information for rapid routing.
<h2 id="H_1_8">Installation</h2>
The Routino source code comes with a set of files that can be used to create
a working server very easily. The full information about
<a href="installation.html" title="Installation">installation</a> describes how
to compile the programs and install them on UNIX-like systems such as Linux.
<h3 id="H_1_8_1">MS Windows Installation</h3>
Routino can also be compiled and used on Microsoft Windows systems (with some
limitations). There are specific
<a href="installation-ms-windows.html" title="MS Windows Installation">MS Windows installation</a>
instructions describing how to compile the programs.
<h2 id="H_1_9">Library</h2>
The Routino routing algorithm is also available as a
<a href="library.html" title="Library">shared library</a>
that can be linked with other programs to allow routing from within them.
</div>
<!-- Content End -->
<!-- Footer Start -->
<div class="footer">
<address>
© Andrew M. Bishop - <a href="http://www.routino.org/">http://www.routino.org/</a>
</address>
</div>
<!-- Footer End -->
</body>
</html>
|