Question

LAS

  • 28 February 2022
  • 1 reply
  • 13 views

Badge +4

Hİ,

I have one las file and all point cloud data is in one class. How can I classify this las data and export only ground data from it?

 


1 reply

Userlevel 1
Badge +11

Hi @bayram​,

You might want to give LAStools a try. We have a series of custom transformers in the FME Hub that wraps up LAStools for use in FME. In particular I think that LAStools.lasground to just classify bare ground may be what you're looking for, and once classified you can use a PointCloudFilter to filter for bare ground and direct that feature to your writer feature type. You can download it from the FME Hub or type the name directly into the canvas in FME to add it to your workspace.

 

While we don't have any tutorials on using those specific transformers, you might also want to check out our article Working LiDAR Data and FME to get some more ideas and examples on working with and filtering point clouds.

Reply