Page 1 of 1

Rasterize Empty cells interpolate

Posted: Wed Jan 10, 2024 2:23 pm
by TahmidTowsifAhmed
I have tried rasterizing a las from UI where I selected Empty cells Fill with as interpolate. I have attached the image.

But when I tried to run it from the command line, I could not find the command. I used the following command.
"C:\\Program Files\\CloudCompare\\CloudCompare.exe", "-SILENT", "-O", "-GLOBAL_SHIFT", "AUTO", las_file_path, "-RASTERIZE", "-GRID_STEP", grid_step_str, "-OUTPUT_MESH", "-OUTPUT_RASTER_RGB", "-SAVE_MESHES"

Can anyone help me with the command?

Re: Rasterize Empty cells interpolate

Posted: Thu Jan 11, 2024 3:58 pm
by daniel
See the '-EMPTY_FILL INTERP' option (https://www.cloudcompare.org/doc/wiki/i ... _line_mode)

And if you can, use the latest 2.13.beta version (there's a small bug with the 'max edge length' parameter in previous versions).

Re: Rasterize Empty cells interpolate

Posted: Tue Jan 16, 2024 1:01 pm
by TahmidTowsifAhmed
Thanks Daniel.
It worked fine.
However, the area around the raster becomes black. Is there a way to solve this?

Re: Rasterize Empty cells interpolate

Posted: Thu Jan 18, 2024 10:28 am
by daniel
In the latest versions you can use 'Kriging' interpolation instead of Delaunay. You can use the '-EMPTY_FILL KRIGING' sub-option.

I've just updated the wiki documentation (I forgot to do it before!).