Skip to main content
Question

Classifying a mostly unclassified LAS data set Generating vegetation shapefiles from LAS

  • November 24, 2020
  • 3 replies
  • 183 views

Forum|alt.badge.img

I have some questions about working with point clouds.

I’ve done a little work with them before in FME. Mostly coordinate reprojections, clipping, thinning, etc. Pretty basic stuff.

This time I have a slightly more complicated problem. I have an LAS data set that is not fully classified, there are no vegetation classifications.

I would like to use the LiDAR data to do some basic vegetation classification, resulting in shapefiles that I can use to classify areas that are vegetated.

As someone pretty inexperienced with FME, I’m not sure what the best sort of workbench is. I would love to see some examples and to experiment a bit with both of these problems.

I’ve built a few workflows but they don’t work!

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.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • November 24, 2020

We've had some really good success with LAS Tools - https://rapidlasso.com/lastools/lasclassify/ and embedding these system calls into FME.

 

We've also had a play around with filtering via color (RGB) and saturation (HSV) to extract asphalt/concrete. could apply something similar to vegetation


Forum|alt.badge.img
  • Author
  • November 24, 2020

Thanks for the quick response. Will the learning curve be steep?


hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • November 24, 2020

Thanks for the quick response. Will the learning curve be steep?

I didnt find it too bad, as long as your comfortable working with CMD/CLI then it its pretty straight forward.

The documentation is more example focused so there are some gaps