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

Triangulation crashed with chunk = 1000 #40

Closed
Jean-Romain opened this issue May 2, 2024 · 0 comments
Closed

Triangulation crashed with chunk = 1000 #40

Jean-Romain opened this issue May 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Jean-Romain
Copy link
Collaborator

Jean-Romain commented May 2, 2024

Fails with this specific file

library(lasR)
f = c("/home/jr/Documents/Ulaval/ALS data/BCTS/092L073312_BCTS_2.laz")

pipeline = reader_las(filter = keep_ground()) + triangulate()
ans = exec(pipeline, f, verbose = TRUE, noread = TRUE, chunk = 1000)
@Jean-Romain Jean-Romain self-assigned this May 2, 2024
@Jean-Romain Jean-Romain added the bug Something isn't working label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant