Skip to main content

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?

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.​


Reply