Skip to content

Commit

Permalink
Update r.walk.html
Browse files Browse the repository at this point in the history
Add text to clarify friction map requirements and values.
  • Loading branch information
cmbarton committed Nov 30, 2023
1 parent 731cab3 commit 1285a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.walk/r.walk.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <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.
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.
<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 1285a69

Please sign in to comment.