From 46aea60bcf9f54855206a9477284e44204ebc28e Mon Sep 17 00:00:00 2001 From: Helena Mitasova Date: Sat, 21 Sep 2024 20:36:03 -0400 Subject: [PATCH] cut small isochrones from the map --- grass/buffers_cost.html | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/grass/buffers_cost.html b/grass/buffers_cost.html index 4648a52e..a598f8c7 100644 --- a/grass/buffers_cost.html +++ b/grass/buffers_cost.html @@ -64,7 +64,7 @@

Find developed areas potentially impacted by noise from highways

What is the total developed area iin [ha] -within the 150m from the major roads? +within the 250m from the major roads?

Find schools potentially affected by high levels of noise

Convert schools to raster using CORECAPACI attribute (school capacity).
@@ -99,7 +99,7 @@

Compute cumulative cost surface to a given accident site based on speed limi v.to.rast streets_wake output=streets_speedtmp use=attr attrcolumn=SPEED type=line r.mapcalc "streets_speed = if(isnull(streets_speedtmp),5,streets_speedtmp)" r.info streets_speed -r.colors streets_speed color=gyr +r.colors streets_speed color=inferno d.rast streets_speed d.legend streets_speed at=5,40,2,5 use=5,25,35,45,65 d.out.file myspeedmap @@ -128,7 +128,6 @@

Compute cumulative cost surface to a given accident site based on speed limi r.cost -k streets_travtime output=streets_cost start_points=fire_pt -