Skip to main content
Question

Create raster from point cloud by components

  • September 16, 2020
  • 1 reply
  • 66 views

ceciliac

Hi,

I want to create raster based on several LIDAR component  that came with a pointcloud. These are:

Component: Reflectance

Type = Int16

Scale = 0.01

Component: Deviation

Type = UInt16

I would like to create rasters based on these atributes.

I have tried PointCloudSpliter, PointCloudPropertyExtractor but without results.

Any advice?

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.

1 reply

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

There is probably an easier way, but this should be simple enough.

Use a PointCloudComponentRenamer to set the component you want to turn into a raster into 'z'. Then use the NumericRasteriser. If you don't want any holes then you can use the DEMRasterGernerator instead to create an interpolated grid.​