[GRASS-SVN] r67933 - grass/trunk/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 24 01:25:09 PST 2016
Author: mmetz
Date: 2016-02-24 01:25:09 -0800 (Wed, 24 Feb 2016)
New Revision: 67933
Modified:
grass/trunk/raster/r.in.xyz/r.in.xyz.html
Log:
r.in.xyz: n map sum is fixed
Modified: grass/trunk/raster/r.in.xyz/r.in.xyz.html
===================================================================
--- grass/trunk/raster/r.in.xyz/r.in.xyz.html 2016-02-24 09:23:12 UTC (rev 67932)
+++ grass/trunk/raster/r.in.xyz/r.in.xyz.html 2016-02-24 09:25:09 UTC (rev 67933)
@@ -260,10 +260,6 @@
<h2>KNOWN ISSUES</h2>
<ul>
-<li> <em>n</em> map sum can be ever-so-slightly more than `<tt>wc -l</tt>`
- with e.g. <tt>percent=10</tt> or less.
- <br>Cause unknown.
-
<li> "<tt>nan</tt>" can leak into <em>coeff_var</em> maps.
<br>Cause unknown. Possible work-around: "<tt>r.null setnull=nan</tt>"
<!-- Another method: r.mapcalc 'No_nan = if(map == map, map, null() )' -->
More information about the grass-commit
mailing list