Select to view content in your preferred language

LAS File question

2771
4
12-16-2010 07:43 AM
jonathantuscanes
Deactivated User
I am trying to export a point file (with elevations) from my LAS files. I have used the 'LAS to multipoint' tool with success. However, the tool does NOT give me the elevation values. Does anyone have any experience with this?
Tags (1)
0 Kudos
4 Replies
MichaelStead
Frequent Contributor
Have you tried calc'ing the z values to a field?
0 Kudos
jonathantuscanes
Deactivated User
Have you tried calc'ing the z values to a field?


I am not sure what you mean?
0 Kudos
MichaelStead
Frequent Contributor
You have a point layer. You open the table and add a field and then you right click on the field and hit calculate geometry and choose the z coordinate from the drop down
0 Kudos
KhalidDuri1
Esri Contributor
Hello Jon,

The Multipart to Singlepart tool in ArcToolbox > Data Management Tools > Features toolset can be used to generate the individual point features from your multipoint dataset. Once this is done, you can use the field calculator to populate the z-values or use the Add XY Coordinates tool, which would add the X, Y, and Z values as new fields to the attribute table of the single point feature class. It may be preferable to use the field calculator so that you don't have to deal with unecessary fields (X and Y values).

I'm a bit curious about your objective in having the Z values attributed. Please share if you don't mind doing so... perhaps there is a more elegant solution that can be adopted.

Regards,
Khalid
0 Kudos