Skip to main content
Solved

LiDAR (LAS) extents - HullAccumulator and HullReplacer does not work

  • August 30, 2017
  • 5 replies
  • 43 views

Forum|alt.badge.img

Hi,

I need to extract the extents of LiDAR point cloud data.

The HullAccumulator not the HullReplacer does not seem to export the extents. Instead it outputs a bounding box, which is not what I need.

Please see image below:

Please see the example simple workbench with sample data attached.

Please can you help what I am doing wrong?

Your help much appreciated!

Many thanks,

Magda

Best answer by takashi

Hi @wilczekmj, I was able to reproduce the same symptom. I think the HullReplacer should generate true convex hull rather than bounding box. Hope someone from Safe will investigate this issue. @NatalieAtSafe

As an interim workaround, you can transform the point cloud into a Single Multipoint geometry with the PointCloudCoercer (Output Geometry: Single Multipoint), then use the HullReplacer to generate the convex hull.

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.

5 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • August 30, 2017

Hi @wilczekmj,

If you want to extract information BoundingBox in Lidar, i suggest the transformer PointCloudPropertyExtractor.

 

Thanks

Danilo


takashi
Celebrity
  • 7843 replies
  • Best Answer
  • August 30, 2017

Hi @wilczekmj, I was able to reproduce the same symptom. I think the HullReplacer should generate true convex hull rather than bounding box. Hope someone from Safe will investigate this issue. @NatalieAtSafe

As an interim workaround, you can transform the point cloud into a Single Multipoint geometry with the PointCloudCoercer (Output Geometry: Single Multipoint), then use the HullReplacer to generate the convex hull.


Forum|alt.badge.img
  • Author
  • 13 replies
  • August 30, 2017

Hi @wilczekmj, I was able to reproduce the same symptom. I think the HullReplacer should generate true convex hull rather than bounding box. Hope someone from Safe will investigate this issue. @NatalieAtSafe

As an interim workaround, you can transform the point cloud into a Single Multipoint geometry with the PointCloudCoercer (Output Geometry: Single Multipoint), then use the HullReplacer to generate the convex hull.

Many thanks Takashi.

 

Looking forward to hear from Safe.

 

 


Forum|alt.badge.img
  • Author
  • 13 replies
  • August 30, 2017

Hi @wilczekmj,

If you want to extract information BoundingBox in Lidar, i suggest the transformer PointCloudPropertyExtractor.

 

Thanks

Danilo

Hi Danilo.

 

Thank you, but I do not want to extract the BoundingBox (B on my image) - this works fine, I need a Hull (which is A on my image).

 


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • August 30, 2017

Hi @wilczekmj - that appears to be a known issue. For your reference it is filed as PR#66381 and I have added a link to this thread and increased the priority.

For now the only workaround is the PointCloudCoercer as @takashi suggests.

Apologies for any inconvenience this is causing.