Skip to main content
Hy,

 

 

I have a point cloud. I want to have a regular grid. But I don't want to create points where I have no points. So Is it possible to create a rasterDEM with points clouds without interpolation?

 

 

thanks in  advance

 

nicolas
Unless your point cloud already contains points on a perfect grid, you will need to use interpolation of some kind to pick elevation values for your grid points.  There's just no other way to do it, unless I misunderstand you.
You may reasonably round the point coordinates so that the points get lined up in x and y axis. This will comply with your requirement not to create the points where you have no points.

 

In case your DEM grid should be in some odd spacing, you will need to scale the whole cloud properly first, then round the coordinates and scale it back.

 

I understand this sounds like emergency workaround, but might help until a better solution is found.

 

J.

Reply