Skip to main content
Solved

i have a 3d dgn file in that 3D buildings generated from Lidar data....now i have to group that features as a seperate building in FME...so please provide answer how to do that?

  • April 27, 2017
  • 3 replies
  • 32 views

Best answer by itay

do you have anyway to distinguish the buildings? Such as a building footprint?

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

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • Best Answer
  • April 27, 2017

do you have anyway to distinguish the buildings? Such as a building footprint?


redgeographics
Celebrity
Forum|alt.badge.img+62

I don't have a conclusive answer, but if all you have is a LIDAR point cloud and need to extract buildings out of it there's a few things you can try. Keeping in mind that both of these will find "bumps"... anything that stands out from the terrain, so buildings, trees, parked cars, garbage bins, anything.

  • Create contours and build polygons out of those, grouping by elevation value, dissolve the resulting polygons and the results should be your bumps.
  • Build a TIN out of the point cloud and look for closed rings of triangles with a high slope value.

Both methods are time consuming and will most likely yield results that need to be interpreted further. I'm trying to find trees in a LIDAR dataset and would be looking at area and circularity as criteria.


  • Author
  • May 4, 2017

do you have anyway to distinguish the buildings? Such as a building footprint?

yes i have building footprint