<div dir="ltr">Hi Markus,<div><br></div><div>Is sink filling discouraged or just not needed and optional? My impression is that r.watershed produces better results with not sink filled rasters, but sink filling doesn't hurt much.</div>
<div><br></div><div>Thanks.</div><div>Huidae</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 17, 2014 at 1:40 PM,  <span dir="ltr"><<a href="mailto:svn_grass@osgeo.org" target="_blank">svn_grass@osgeo.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: neteler<br>
Date: 2014-06-17 10:40:00 -0700 (Tue, 17 Jun 2014)<br>
New Revision: 60855<br>
<br>
Modified:<br>
   grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html<br>
Log:<br>
r.watershed manual: (minor) sync with trunk<br>
<br>
Modified: grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html<br>
===================================================================<br>
--- grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html  2014-06-17 17:39:37 UTC (rev 60854)<br>
+++ grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html  2014-06-17 17:40:00 UTC (rev 60855)<br>
@@ -55,7 +55,8 @@<br>
 values are valid elevation data.  Gaps in the elevation map that are<br>
 located within the area of interest must be filled beforehand,<br>
 e.g. with <em><a href="r.fillnulls.html">r.fillnulls</a></em>, to<br>
-avoid distortions.<br>
+avoid distortions.  The elevation map need not be sink-filled because<br>
+the module uses a least-cost algorithm.<br>
<br>
 <p><br>
 Map of actual depressions or sinkholes in the landscape that are large<br>
@@ -113,7 +114,7 @@<br>
 <p><br>
 Output <b>tci</b> raster map contains topographic index TCI is<br>
 computed as<br>
-<tt>ln(&alpha; / tan(&beta;))</tt> where &alpha; a is the cumulative<br>
+<tt>ln(&alpha; / tan(&beta;))</tt> where &alpha; is the cumulative<br>
 upslope area draining through a point per unit contour length and<br>
 <tt>tan(&beta;)</tt> is the local slope angle. The TCI reflects the<br>
 tendency of water to accumulate at any point in the catchment and the<br>
<br>
_______________________________________________<br>
grass-commit mailing list<br>
<a href="mailto:grass-commit@lists.osgeo.org">grass-commit@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-commit" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-commit</a><br>
</blockquote></div><br></div>