Skip to content

Commit

Permalink
docs: v.net.salesman.html fix manual typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdeangelis committed Nov 22, 2024
1 parent f63024f commit 62387fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vector/v.net.salesman/v.net.salesman.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2>DESCRIPTION</h2>
<em>v.net.salesman</em> calculates the optimal route to visit nodes on a
vector network.

<p>Costs may be either line lengths, or attributes saved in a database
<p>Costs may be either line lengths or attributes saved in a database
table. These attribute values are taken as costs of whole segments, not
as costs to traverse a length unit (e.g. meter) of the segment.
For example, if the speed limit is 100 km / h, the cost to traverse a
Expand All @@ -14,16 +14,16 @@ <h2>DESCRIPTION</h2>
Supported are cost assignments for arcs,
and also different costs for both directions of a vector line.
For areas, costs will be calculated along boundary lines.

<p>The input vector needs to be prepared with <em>v.net operation=connect</em>
in order to connect points representing center nodes to the network.

<p>Points specified by category must be exactly on network nodes, and the
input vector map needs to be prepared with <em>v.net operation=connect</em>.

<p>Application of flag <b>-t</b> enables a turntable support.
This flag requires additional parameters <b>turn_layer</b> and <b>turn_cat_layer</b>
that are otherwise ignored.
The turntable allows
<p>The flag <b>-t</b> enables turntable support.
This flag requires additional parameters, <b>turn_layer</b> and <b>turn_cat_layer</b>,
that are otherwise ignored. The turntable allows
to model e.g. traffic code, where some turns may be prohibited.
This means that the input layer is expanded by
turntable with costs of every possible turn on any possible node
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2>AUTHORS</h2>

<h3>TURNS SUPPORT</h3>

The turns support was implemnented as part of GRASS GIS turns cost project
The turns support was implemented as part of GRASS GIS turns cost project
at Czech Technical University in Prague, Czech Republic.<br>
Eliska Kyzlikova, Stepan Turek, Lukas Bocan and Viera Bejdova participated
in the project.
Expand Down

0 comments on commit 62387fb

Please sign in to comment.