Greetings GRASSers:<br><br>First I&#39;d like to say what a great book the Open Source GIS: A GRASS GIS Approach (3rd edition) is.&nbsp; It is full of great practical and conceptual examples.&nbsp; Well worth the money to anyone who has not purchased it yet!&nbsp; Also a big thanks to the developers and users of GRASS who make it a powerful and amazing GIS.<br>
<br>I have an ascii table of lidar data.&nbsp; The columns are x,y,z, and a fourth column containing an integer code of some sort.&nbsp; I have looked at the example in the man page about how to select columns for importing via some shell manipulation of the input ascii file, but I do not think it is applicable to what I&#39;m doing (or perhaps the caffeine boost is not in effect yet).&nbsp; I have also tried various combinations of parameters in v.in.ascii.<br>
<br>I would like to import the XYZ to build the geometry for 3D points, and have only &quot;Cat&quot; and &quot;Code&quot; in the attribute table.&nbsp; (&quot;Code&quot; being a column name for the 4th column in the input ASCII).&nbsp; I cant seem to find the combination of column definitions and other parameters to achieve this.&nbsp; One option seems to import them all as &quot;x double, y double, z double, code int&quot;, and then after the import, drop the x,y,z columns.&nbsp; Is it possible to put the first 3 ASCII column values to the geometry, and use only the last column as an attribute?<br>
<br>I&#39;m using GRASS 6.2.3 and sqlite database.<br><br><br>Thanks out to anyone with some feedback.<br><br>Mark