<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt;">
<span>Hi,</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt;">
<span><br>
</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt;">
<span>you can either try r.walk (<a id="LPlnk565840" href="https://grass.osgeo.org/grass78/manuals/r.walk.html">https://grass.osgeo.org/grass78/manuals/r.walk.html</a>) and modify variable according to Your threshold or you set slope values above your maximum
 to NULL (e.g. r.mapcalc expression="slope_below_max=if(slope>37.5,null(),slope)") and then use r.cost (<a id="LPlnk595697" href="https://grass.osgeo.org/grass78/manuals/r.cost.html">https://grass.osgeo.org/grass78/manuals/r.cost.html</a>, NULL ("NoData") are
 not traversed by the algorithm).</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt;">
<span><br>
</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt;">
<span>Cheers,</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt;">
<span>Stefan</span></div>
<div class="LPBorder238013" id="LPBorder_GTaHR0cHM6Ly9ncmFzcy5vc2dlby5vcmcvZ3Jhc3M3OC9tYW51YWxzL3Iud2Fsay5odG1s" style="width: 100%; margin-top: 16px; margin-bottom: 16px; position: relative; min-width: 424px; max-width: 800px;" contenteditable="false">
<table id="LPContainer238013" role="presentation" style="padding: 12px 36px 12px 12px; border-radius: 2px; border: 1px solid rgb(200, 200, 200); width: 100%;">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td style="width: 100%;">
<div id="LPTitle238013" style="font-family: "wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 21px; font-weight: 300; margin-right: 8px; margin-bottom: 12px;">
<a id="LPUrlAnchor238013" style="color: var(--themePrimary); text-decoration: none;" href="https://grass.osgeo.org/grass78/manuals/r.walk.html" target="_blank">GRASS GIS manual: r.walk</a></div>
<div id="LPDescription238013" style="color: rgb(102, 102, 102); overflow: hidden; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; margin-right: 8px; margin-bottom: 12px; max-height: 100px;">
DESCRIPTION r.walk computes anisotropic cumulative cost of moving between different geographic locations on an input elevation raster map whose cell category values represent elevation combined with an input raster map layer whose cell values represent friction
 cost.. r.walk outputs 1) a raster map showing the lowest cumulative cost (time) of moving between each cell and the user-specified ...</div>
<div id="LPMetadata238013" style="color: rgb(166, 166, 166); font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; font-weight: 400;">
grass.osgeo.org</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Fra:</b> grass-user <grass-user-bounces@lists.osgeo.org> på vegne av lists@lazygranch.com <lists@lazygranch.com><br>
<b>Sendt:</b> tirsdag 10. desember 2019 10:34<br>
<b>Til:</b> grass-user@lists.osgeo.org <grass-user@lists.osgeo.org><br>
<b>Emne:</b> [GRASS-user] compute path with a maximum slope</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">I have a DEM in grass using a proj that is in UTM. Viewshed, slope, etc<br>
work fine. What I want to do is have grass compute a path between two<br>
points such that the slope doesn't exceed a maximum value. I don't care<br>
about the path length. <br>
<br>
I suspect there is some guide on the internet for this problem, but<br>
just can't compose the right question for a search engine. A link would<br>
be appreciated. If not, some basic guidance would be helpful.  <br>
_______________________________________________<br>
grass-user mailing list<br>
grass-user@lists.osgeo.org<br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>
</span></font></div>
</body>
</html>