Skip to main content
Question

How to convert xyzi file into a las

  • June 26, 2019
  • 1 reply
  • 166 views

I am trying to LiDAR use data provided by the NYS Clearing House to improve a digital terrain model and to do so need to turn a xyzi file into a las. I can even open the xyzi file in arcmap or in qgis. Let me know if you know.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nampreetatsafe
Safer
Forum|alt.badge.img+13

Hi @jmb827. Off the bat, I would try using the Point Cloud XYZ Reader as shown in the last section of the Reading Point Clouds tutorial, where we demonstrate reading in an .xyz file containing an Intensity attribute.

Though I've never worked with an .xyzi dataset before, I understand it's an ASCII format... so I'm hoping that it will be read in a similar manner as shown in the tutorial mentioned above.

If you can't get it to work, point us to a particular dataset on the NYS Clearing House and I can try reading it in (I see they have several datasets on their FTP, ftp.gis.ny.gov, but I can't locate an xyzi file).

If you are new to using FME to transform point clouds, check out the rest of the Getting Started with Point Clouds tutorial series. The third part, Writing Point Clouds, demonstrates how to write to a LAS format from an xyz file that contains the Intensity component. I hope this helps.