[GRASS-SVN] r65222 - grass-addons/grass7/raster/r.rock.stability

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 12 00:34:26 PDT 2015


Author: kikapu
Date: 2015-05-12 00:34:26 -0700 (Tue, 12 May 2015)
New Revision: 65222

Modified:
   grass-addons/grass7/raster/r.rock.stability/r.rock.stability.html
Log:
Fix small compile problem

Modified: grass-addons/grass7/raster/r.rock.stability/r.rock.stability.html
===================================================================
--- grass-addons/grass7/raster/r.rock.stability/r.rock.stability.html	2015-05-12 07:30:25 UTC (rev 65221)
+++ grass-addons/grass7/raster/r.rock.stability/r.rock.stability.html	2015-05-12 07:34:26 UTC (rev 65222)
@@ -21,8 +21,8 @@
 <p>F1, F2 and F3 are calculated according two functions of Romana (1995) and of Tomàs et al. (2007). The functions proposed by Romana are discrete, instead Tomàs et al. (2007) proposed continuous functions that reduced subjective interpretations. 
 <p><b>SSPC approach (optional)</b>: inserting TC value (or a map of TC values) it's possible to obtain a SSPC map according to Hack's classification (Hack, 1998). Only a part of the method introduced by Hack is used in the module: the orientation dependent stability (the stability depend on relation between slope and discontinuity orientation). According to the author:
 <ul>
-  <li>sliding occurs if: TC < 0,0113*AP</li>
-  <li>toppling occurs if: TC < 0,0087*(-90-AP+dip)</li>
+  <li>sliding occurs if: TC < 0,0113*AP</li>
+  <li>toppling occurs if: TC < 0,0087*(-90-AP+dip)</li>
 </ul>
 <p>where AP is the apparent dip, TC is the condition factor for a discontinuity. TC can be calculated by multiplying the large scale roughness, the small scale roughness, the infill material and the karst factors observed in the field:
 <p> <b>TC=Rl Rs Im Ka</b>.
@@ -53,7 +53,7 @@
   <li>Cemented --> Infill (1,07), No Infill (1,00)</li>
   <li>Non softening and sheared material e.g. free of clay, talc, etc --> Coarse (0,95) Medium (0,90) Fine (0,85)</li>
   <li>Soft sheared material e.g. clay, talc, etc --> Coarse (0,75) Medium (0,65) Fine (0,55)</li>
-  <li>Gouge < irregularities (0,42); Gouge > irregularities (0,17); flowing material (0,05)</li>
+  <li>Gouge < irregularities (0,42); Gouge > irregularities (0,17); flowing material (0,05)</li>
 </ul>
 <p>
 <b>Ka</b> (karst):



More information about the grass-commit mailing list