Skip to content

Commit

Permalink
Update raster/r.walk/r.walk.html
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Dec 1, 2023
1 parent 1285a69 commit 5b90153
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion raster/r.walk/r.walk.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ <h2>NOTES</h2>
standard conditions.

<p>The <b>friction</b> cost parameter represents a time penalty in seconds
of additional walking time to cross 1 meter distance. Friction cost can be any floating point value but cannot be negative (ie, friction≥0). A friction map is a required parameter; if no friction costs are desired, a friction map should be a raster in which all cells have a value of 0.
of additional walking time to cross 1 meter distance.
Friction cost can be any floating point value &ge; 0.
A friction map is a required parameter; if no friction costs are desired,
a friction map should be a raster in which all cells have a value of 0.
<p>The <b>lambda</b> parameter is a dimensionless scaling factor of the friction cost:

<div class="code"><pre>
Expand Down

0 comments on commit 5b90153

Please sign in to comment.