@@ -3,7 +3,7 @@ <h2>DESCRIPTION</h2>
3
3
< em > v.net.salesman</ em > calculates the optimal route to visit nodes on a
4
4
vector network.
5
5
6
- < p > Costs may be either line lengths, or attributes saved in a database
6
+ < p > Costs may be either line lengths or attributes saved in a database
7
7
table. These attribute values are taken as costs of whole segments, not
8
8
as costs to traverse a length unit (e.g. meter) of the segment.
9
9
For example, if the speed limit is 100 km / h, the cost to traverse a
@@ -14,16 +14,16 @@ <h2>DESCRIPTION</h2>
14
14
Supported are cost assignments for arcs,
15
15
and also different costs for both directions of a vector line.
16
16
For areas, costs will be calculated along boundary lines.
17
+
17
18
< p > The input vector needs to be prepared with < em > v.net operation=connect</ em >
18
19
in order to connect points representing center nodes to the network.
19
20
20
21
< p > Points specified by category must be exactly on network nodes, and the
21
22
input vector map needs to be prepared with < em > v.net operation=connect</ em > .
22
23
23
- < p > Application of flag < b > -t</ b > enables a turntable support.
24
- This flag requires additional parameters < b > turn_layer</ b > and < b > turn_cat_layer</ b >
25
- that are otherwise ignored.
26
- The turntable allows
24
+ < p > The flag < b > -t</ b > enables turntable support.
25
+ This flag requires additional parameters, < b > turn_layer</ b > and < b > turn_cat_layer</ b > ,
26
+ that are otherwise ignored. The turntable allows
27
27
to model e.g. traffic code, where some turns may be prohibited.
28
28
This means that the input layer is expanded by
29
29
turntable with costs of every possible turn on any possible node
@@ -161,7 +161,7 @@ <h2>AUTHORS</h2>
161
161
162
162
< h3 > TURNS SUPPORT</ h3 >
163
163
164
- The turns support was implemnented as part of GRASS GIS turns cost project
164
+ The turns support was implemented as part of GRASS GIS turns cost project
165
165
at Czech Technical University in Prague, Czech Republic.< br >
166
166
Eliska Kyzlikova, Stepan Turek, Lukas Bocan and Viera Bejdova participated
167
167
in the project.
0 commit comments