Skip to main content
Question

How to convert a poincloud (CSAR PC) to a raster with pixel values being the original z-values ?

  • August 29, 2022
  • 2 replies
  • 50 views

I have tried the RasterDEMgenerator and the ImageRasterizer but both give errors regarding the input features or geometry. I have tried different feature settings but to no avail.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+64

I think you are looking for the NumericRasterizer.

Creates a numeric raster representation of vector or point cloud input features, where cell values are taken from the z coordinates of the input features and overlaid on a uniform background.


  • Author
  • August 29, 2022

I think you are looking for the NumericRasterizer.

Creates a numeric raster representation of vector or point cloud input features, where cell values are taken from the z coordinates of the input features and overlaid on a uniform background.

Thank you for your answer but the NumericRasterizer does not interpolate the z-values. I think the RasterDEMgenerator is the way to go but there might be something wrong with the settings I enter or are available for the CSAR PC.