[GRASS-SVN] r62761 - grass/branches/releasebranch_7_0/raster/r.in.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 17 00:00:54 PST 2014


Author: neteler
Date: 2014-11-17 00:00:54 -0800 (Mon, 17 Nov 2014)
New Revision: 62761

Modified:
   grass/branches/releasebranch_7_0/raster/r.in.xyz/r.in.xyz.html
Log:
r.in.xyz manual: explain import of x,y,string data trick

Modified: grass/branches/releasebranch_7_0/raster/r.in.xyz/r.in.xyz.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.in.xyz/r.in.xyz.html	2014-11-17 08:00:43 UTC (rev 62760)
+++ grass/branches/releasebranch_7_0/raster/r.in.xyz/r.in.xyz.html	2014-11-17 08:00:54 UTC (rev 62761)
@@ -174,6 +174,7 @@
 the input points with <em>m.proj</em> or <em>cs2cs</em> before running
 <em>r.in.xyz</em>.
 
+
 <h3>Interpolation into a DEM</h3>
 
 The vector engine's topographic abilities introduce a finite memory overhead
@@ -193,7 +194,14 @@
 v.surf.rst in=lidar_min_pt elev=lidar_min.rst
 </pre></div>
 
+<h3>Import of x,y,string data</h3>
 
+<em>r.in.xyz</em> is expecting numeric values as z column. In order to 
+perform a occurence count operation even on x,y data with non-numeric 
+attribute(s), the data can be imported using either the x or y 
+coordinate as a fake z column for <b>method</b>=<tt>n</tt> (count 
+number of points per grid cell), the z values are ignored anyway.
+
 <h2>EXAMPLE</h2>
 
 Import the <a href="http://www.grassbook.org/ncexternal/index.html">Jockey's



More information about the grass-commit mailing list