[GRASS-SVN] r62157 - grass-addons/grass6/raster/r.landscape.evol

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 2 11:11:53 PDT 2014


Author: isaacullah
Date: 2014-10-02 11:11:53 -0700 (Thu, 02 Oct 2014)
New Revision: 62157

Modified:
   grass-addons/grass6/raster/r.landscape.evol/description.html
Log:
Removed html headers and footers, and changed section headings from all caps to title case.

Modified: grass-addons/grass6/raster/r.landscape.evol/description.html
===================================================================
--- grass-addons/grass6/raster/r.landscape.evol/description.html	2014-10-02 17:29:28 UTC (rev 62156)
+++ grass-addons/grass6/raster/r.landscape.evol/description.html	2014-10-02 18:11:53 UTC (rev 62157)
@@ -1,15 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
-	<TITLE></TITLE>
-	<meta name="generator" content="Bluefish 2.2.5" >
-	<META NAME="CREATED" CONTENT="0;0">
-	<META NAME="CHANGEDBY" CONTENT="Isaac Ullah">
-	<META NAME="CHANGED" CONTENT="20100422;11051600">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<h2>DESCRIPTION</h2>
+<h2>Description</h2>
 <p><em>r.landscape.evol</em> takes as input a raster digital
 elevation model (DEM) of surface topography and an input raster DEM
 of bedrock elevations, as well as several environmental variables,
@@ -74,7 +63,7 @@
 <TT>"mapset"_"prefix"_lsevol_stats.txt</TT> (in
 the users home directory). 
 </P>
-<h2>CALCULATING SURFACE EROSION AND DEPOSITION</h2>
+<h2>Calculating Erosion and Deposition</h2>
 <p>Because physical laws that govern the flow of water across
 landscapes and its ability to erode, entrain, transport, and deposit
 sediments can be expressed in mathematical form, they can be
@@ -226,7 +215,7 @@
 output map by "(10000 x resolution x soil density)" to
 create a map of soil erosion/deposition rates across the landscape. 
 </P>
-<h2>DETERMINING CUTOFF POINTS</h2>
+<h2>Determining Cutoff Points</h2>
 <p>
 To get started with r.landscape.evol, you need to determine the appropriate values for “cutoff1”, “cutoff2”, and “cutoff3”, which are transition points between different types of erosive processes. These are in units of flow accumulation scaled to actual surface flow as determined in r.watershed from the values of rainfall and flow hindrance from vegetation. To do this, you should parameterize the module as best as possible, EXCEPT for the three "cutoffs". Then, run the module with the "-p" flag, which will make a random points vector file with the values of scaled flow accumulation (scaled to actual rainfall and vegetation), profile curvature, and tangential curvature in the associated table. Plotting the log of the scaled flow accumulation against each of these two curvatures will help you to determine reasonable values for the cutoffs, as each transition should show a unique relationship between curvature and flow accumulations. See the figures below for examp
 les:
 </p>
@@ -235,7 +224,7 @@
 <p><img src="Map_showing_locations_for_the_different_surface_processes.png" width="1000" height="568" alt="Map showing the spatial patterns of the cutoffs determined from the previous figure"></p>
 Map showing the spatial patterns of the cutoffs determined from the previous figure.
 <p></p>
-<h2>NOTE ABOUT VARIABLE CLIMATE PARAMETERS</h2>
+<h2>Note About Climate Parameters</h2>
 <p>
 r.landscape.evol accepts an external “climate file”, which should be a comma separated plain text file with four columns in the order of, "rain,R,storms,stormlength" (without headers). Each of these columns must exist, although there need not be values in every column (i.e., you can enter a single value for any of these parameters in the command line, and combine that with populated columns for the other values). Note that the climate file must have the same number of rows as there are iterations of the simulation (“years”).
 </p>
@@ -248,7 +237,7 @@
 	<a href="r.mapcalc.html">r.mapcalc</a> 
 	</P>
 </ul>
-<h2>REFERENCES</h2>
+<h2>References</h2>
 <p>American Society of Agricultural Engineers 2003 Honoring the
 Universal Soil Loss Equation: Historic Landmark Dedication Pamphlet.
 Purdue University Department of Agricultural and Biological
@@ -347,8 +336,3 @@
 Losses - A Guide to Conservation Planning. USDA Agriculture Handbook
 282. 
 </P>
-<p><br><br>
-</P>
-<p><I>Last changed: $Date$</I></P>
-</BODY>
-</HTML>



More information about the grass-commit mailing list