From cf24ebe42b86e9f1b2ac6fd2ef1fc8d18fed565d Mon Sep 17 00:00:00 2001 From: Helena Mitasova Date: Mon, 23 Sep 2024 16:51:47 -0400 Subject: [PATCH] fix task description --- grass/buffers_cost.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grass/buffers_cost.html b/grass/buffers_cost.html index 1cf7e6b1..9395e41b 100644 --- a/grass/buffers_cost.html +++ b/grass/buffers_cost.html @@ -243,7 +243,7 @@

Compute accessibility map for help in search for lost person

Note: We remove previously used map layers in the Layer Manager or using the d.erase tool, so the layers are not rendered when we don't need them anymore.
-First set the computational region and display land cover classes: +Set the computational region and display land cover classes:

 d.erase
@@ -260,7 +260,7 @@ 

Compute accessibility map for help in search for lost person

-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.


 r.mapcalc "friction2 = if(streets_speed > 6, 0.1, friction)"
@@ -272,7 +272,7 @@ 

Compute accessibility map for help in search for lost person

-Compute the cost map and generate isochrones: +Compute the cumulative cost map from the given point and generate isochrones:


 r.walk -k elevation=elev_ned_30m friction=friction2 output=walkcost start_coordinates=635576,216485 lambda=0.5 max_cost=10000