Skip to content

Commit

Permalink
fix task description
Browse files Browse the repository at this point in the history
  • Loading branch information
hmitaso committed Sep 23, 2024
1 parent 7199f14 commit cf24ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grass/buffers_cost.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h4>Compute accessibility map for help in search for lost person</h4>
Note: We remove previously used map layers in the <em>Layer Manager</em>
or using the <em class="module">d.erase</em> tool,
so the layers are not rendered when we don't need them anymore.<br>
First set the computational region and display land cover classes:
Set the computational region and display land cover classes:

<pre><code>
d.erase
Expand All @@ -260,7 +260,7 @@ <h4>Compute accessibility map for help in search for lost person</h4>
</code></pre>

<p>
Add the streets to friction map - they are missed by the landuse map.
Add the impact of streets to friction map - they are missed by the landuse map.

<pre><code>
r.mapcalc "friction2 = if(streets_speed > 6, 0.1, friction)"
Expand All @@ -272,7 +272,7 @@ <h4>Compute accessibility map for help in search for lost person</h4>
</code></pre>

<p>
Compute the cost map and generate isochrones:
Compute the cumulative cost map from the given point and generate isochrones:

<pre><code>
r.walk -k elevation=elev_ned_30m friction=friction2 output=walkcost start_coordinates=635576,216485 lambda=0.5 max_cost=10000
Expand Down

0 comments on commit cf24ebe

Please sign in to comment.