Select to view content in your preferred language

Using LAS 1.2 specification data in 9.3

927
2
10-01-2010 12:47 PM
FelipeAvila
Deactivated User
3D analyst for 9.3 does not seem to support LAS 1.2 spec data when trying to convert a LAS file to a multipoint feature.  Is there a work around for this or can Arc 10 handle this format?
Thanks
Tags (1)
0 Kudos
2 Replies
MohammadDashti
Deactivated User
Hi,

another way to inport .las file is to convert it to .txt file.
I use lastools, open source tool available online.

convert las to txt extracting x,y,z and other data you need in .csv format

then add a header using txt editor e.g. x,y,z,i

import .txt file to arcgis
plot x y point
export data and save as .shp

for large file importing and savisng in arcgis might take some time

Regards,
0 Kudos
JakubSisak
Honored Contributor
Check out the 3-part ESRI blog on this topic:
Part1 Part2 Part3
0 Kudos