Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicated points are still included metadata #641

Open
cry-inc opened this issue Oct 12, 2023 · 0 comments
Open

Removed duplicated points are still included metadata #641

cry-inc opened this issue Oct 12, 2023 · 0 comments

Comments

@cry-inc
Copy link

cry-inc commented Oct 12, 2023

When converting a LAZ file with lots of duplicated points the final point count in the metadata.json file is wrong.
In my case I had an example with 199473004 input points, but a lot of them were filtered out and the actual octree contains only 167678572 points due to many duplicates. This was indicated by lots of warnings like this:

WARN(indexer.cpp:1084): Too many duplicate points were encountered. #points: 1734697, #unique points: 1

This big difference looks dangerous on first glance, but is probably only an inconvenience because not a lot of things rely on the exact point count in that file (especially not the viewer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant