Hello,
As part of a workflow we need to import very small point clouds into Metashape (10-100 points). The clouds are in the same projected crs as the rest of the project.
A) When importing a LAZ with 10 points, only 8 are shown in Metashape.
This is what the doc.xml file for the dense_cloud shows:
<totalCount>10</totalCount>
<validCount>8</validCount>
Here is the original point cloud (left) next to the point cloud exported from metashape (right):
You can see that 2 points in the lower left corner are missing.
It gets weirder:
B) When converting the LAZ to OBJ before importing, also 8 points are imported, but one of them is different from A.
C) Also, when pretending that local coordinates are used, 9/10 points are imported, but of course at a very wrong location.
D) When importing the points in the .pts format, 9/10 points are imported (again different from the ones in C).
E) LAS leads to the same results as LAZ. I did not try the PLY or E57 file formats.
I tried varying the number of neighbors used for normals calcuation but, "0", "1" and the default "28" all led to the same results.
I really need all 10 points. What can I do?
Thanks,
Marcel