[GRASS-SVN] r64926 - grass/branches/releasebranch_7_0/raster/r.watershed/front

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 26 10:13:31 PDT 2015


Author: neteler
Date: 2015-03-26 10:13:31 -0700 (Thu, 26 Mar 2015)
New Revision: 64926

Modified:
   grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html
Log:
r.watershed manual: clarify low mem max amount of pixels

Modified: grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html	2015-03-26 17:12:52 UTC (rev 64925)
+++ grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html	2015-03-26 17:13:31 UTC (rev 64926)
@@ -254,7 +254,8 @@
 
 The upper limit of the <em>ram</em> version is 2 billion
 (2<sup>31</sup> - 1) cells, whereas the upper limit for
-the <em>seg</em> version is 9 billion billion (2<sup>63</sup> - 1)
+the <em>seg</em> version is 9 billion-billion (2<sup>63</sup> - 1 = 
+<a href="https://en.wikipedia.org/wiki/9223372036854775807">9.223372e+18</a>)
 cells.<br>  In some situations, the region size (number of cells) may
 be too large for the amount of time or memory
 available. Running <em>r.watershed</em> may then require use of a



More information about the grass-commit mailing list