I am try to create a a 2D raster of the Z coordinate of a point cloud. Essentially following https://youtu.be/qX8APhMcMuU.
I load an .las file, generate a per-point coloring for the Z coordinate as such, but then when I click the "Convert a cloud to 2D Raster" button or the "Tools->Projection->Rasterize" drop down, CloudCompare immediately crashes. No prompts given. Just dead.
If I look at the systemd logs, I do notice this error:
Code: Select all
CloudCompare: /run/build/CloudCompare/libs/qCC_db/src/ccRasterGrid.cpp:88: static bool ccRasterGrid::ComputeGridSize(unsigned char, const ccBBox&, double, unsigned int&, unsigned int&): Assertion `false' failed.
Given that I'm a new user of CloudCompare, and the nearby comment says, "invalid input", there's a good chance there's some user error, but I haven't figured out yet how to massage my input correctly.
I am using CloudCompare v2.12.4 on Ubuntu 18.04. I have duplicated this problem on two Ubuntu 18.04 machines.
Thanks!