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