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

LAStools support #8111

Open
mbredif opened this issue Mar 29, 2024 · 1 comment · May be fixed by #8173
Open

LAStools support #8111

mbredif opened this issue Mar 29, 2024 · 1 comment · May be fixed by #8173
Assignees
Milestone

Comments

@mbredif
Copy link

mbredif commented Mar 29, 2024

LAStools has evolved since CGAL forked it in https://github.com/CGAL/LAStools. I think we can now try to use it directly.

  • LAStools now supports Cmake natively
  • Among other new features, LAStools now support the COPC extension, which enables embedding an octree section in the las/laz (a VLR) for efficient pruning of the point range given a query 3D bbox.
  • Version 240319 introduces a breaking change in the constructor of all LASreaders. They now expect a LASreadOpener* argument : LAStools/LAStools@c3012b6 See also this reported issue
  • Missing functions in the dll. See this pull request
@afabri
Copy link
Member

afabri commented Apr 8, 2024

@soesau can you check if we can switch to the latest version.

@soesau soesau linked a pull request Apr 29, 2024 that will close this issue
@lrineau lrineau added this to the 6.0-beta milestone May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants