Select to view content in your preferred language

Lidar Class Code

806
2
11-15-2012 01:59 PM
HollieClavering
Deactivated User
Hi,

I have many XYZ Lidar files which contain the class code prior to the co-ordinates i.e. 2 x y z.  How can I import this file and convert it to multipoint?

Thank you,
Hollie
Tags (1)
0 Kudos
2 Replies
CamPatterson
Emerging Contributor
I may be wrong, but don't know of way within ArcGIS to pull class codes into a multi-point from an ASCII file. You can probably do it in a stand-alone python program using the liblas library of python LAS processing tools, to create LAS files with class code, then pull them into multi-points using the 3D Analyst LAS-to-Multipoint GP Tool http://www.liblas.org/tutorial/python.html
0 Kudos
JeffreySwain
Esri Regular Contributor
You also might consider the LAS Tools and specifically the txt2las tool.  There is also the option to convert to an LAS with ArcMap using Data Interoperability.
0 Kudos