I'm trying to turn a pointcloud into a DEM raster using VectorOnRasterOverlay. My problem is that some of the points in my pointcloud overlap (in Z), and when creating the raster sometimes only the lower points from the point cloud end up in the DEM. Obviously it has something to do with the order the points are processed, but I can't find an easy way to fix it.
Any ideas?