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

batch converter creates overlapping culling spheres #131

Open
unitycoder opened this issue May 24, 2022 · 1 comment
Open

batch converter creates overlapping culling spheres #131

unitycoder opened this issue May 24, 2022 · 1 comment
Labels

Comments

@unitycoder
Copy link
Owner

possible bug in v3 converter, creates multiple tiles in nearby positions?

@unitycoder
Copy link
Owner Author

unitycoder commented May 27, 2022

seems to only happen if las/laz tile has points outside its own tile bounds.
for example laser scanned house:

  • scan 1 will have (stray) points in scan 2 area also (through door/window or hallway etc)

so to avoid that:

  • Load all points to CloudCompare (or other tools), merge as single cloud
  • Then split to real 3d grid (for example Cloud compare las/laz importer has Tiling option)
  • Each of those tile will only contain points within the tile itself (not overlapped with other tiles)

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

No branches or pull requests

1 participant