Skip to main content
Solved

Update dem with construction data from point cloud

  • December 7, 2021
  • 2 replies
  • 32 views

peteralstorp
Contributor
Forum|alt.badge.img+7

Hi,

I'm looking for the best way to combine raster-DEM data with construction point cloud data (exists only at some places, not covering the whole DEM ) to output a new modified raster DEM. The point cloud data contains vertexes from the construction (which means it also has ground points - but I'm only interested in the surface, where it overlays the DEM). The point cloud has no info saying what type of point it contains. Can this be modeled in a way that only uses the surfaces from the two datasets or do I need more steps than one in this analysis? Any suggestions?

Best answer by kailinatsafe

Hello @peteralstorp​ , the VectorOnRasterOverlayer should be able to help in this case. Send the point cloud dataset to the "Vector" port, then you can select your input component within the Overlayer parameters.

 

However, before doing so, you may want to filter the point cloud by return/component to get the values you are looking for (ground/nonground/etc). There are some good examples of this in the PointCloudFilter documentation. Best, Kailin.

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.

2 replies

kailinatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • 720 replies
  • Best Answer
  • December 14, 2021

Hello @peteralstorp​ , the VectorOnRasterOverlayer should be able to help in this case. Send the point cloud dataset to the "Vector" port, then you can select your input component within the Overlayer parameters.

 

However, before doing so, you may want to filter the point cloud by return/component to get the values you are looking for (ground/nonground/etc). There are some good examples of this in the PointCloudFilter documentation. Best, Kailin.


peteralstorp
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 91 replies
  • December 20, 2021

Hello @peteralstorp​ , the VectorOnRasterOverlayer should be able to help in this case. Send the point cloud dataset to the "Vector" port, then you can select your input component within the Overlayer parameters.

 

However, before doing so, you may want to filter the point cloud by return/component to get the values you are looking for (ground/nonground/etc). There are some good examples of this in the PointCloudFilter documentation. Best, Kailin.

Thanks, Kailin! This sounds like solution. I like! Will try it out now.