[GRASS-SVN] r49333 - grass-addons/raster/r.pi/r.pi.corearea

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 23 10:53:01 EST 2011


Author: wegmann
Date: 2011-11-23 07:53:01 -0800 (Wed, 23 Nov 2011)
New Revision: 49333

Modified:
   grass-addons/raster/r.pi/r.pi.corearea/description.html
Log:
added more notes and description

Modified: grass-addons/raster/r.pi/r.pi.corearea/description.html
===================================================================
--- grass-addons/raster/r.pi/r.pi.corearea/description.html	2011-11-23 15:40:23 UTC (rev 49332)
+++ grass-addons/raster/r.pi/r.pi.corearea/description.html	2011-11-23 15:53:01 UTC (rev 49333)
@@ -31,15 +31,14 @@
 
 <h3>propmap</h3>
 
-# if 0 is taken, values will be propagated infinitely
-#
-# propmethod=linear: propagated value = actual value - (propmap value at this position)
-# propmethod=exponential: propagated value = actual value / (propmap value at this position)
+The <em>propmap</em> minimizes the effect of the edge depth and the surrounding matrix. This has an ecological application if certain landscape features inside a e.g. forest fragment hamper the human impact (edge effects). <br>
 
-# if 0 using the linear method, then propagated value=actual value and hence everything will be buffered
-# in order to minimize the impact of the propagation the value must be larger than 1. for the exponential value a value of below 1 should not be chosen, otherwise it will be propagated infinitely
+two method exist:<br>
 
+propmethod=linear: propagated value = actual value - (propmap value at this position)<br>
+propmethod=exponential: propagated value = actual value / (propmap value at this position) <br>
 
+If 0 is chosen using the linear method, then propagated value=actual value which results in a buffering of the whole region. In order to minimize the impact the value must be larger than 1. For the exponential method a value of below 1 should not be chosen, otherwise it will be propagated infinitely.
 
 
 



More information about the grass-commit mailing list