You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Java code that processes a lidar file and identifies anomalous sample points. I would like to be able to transcribe an existing file content, either removing the anomalous records or marking them as "withheld". I am also working on the ability to classify points.
Is there way to use laszip4j to handle the writing operations? If so, is there example code or documentation in the repository?
Ideally, I would like to be able to preserve header elements and other data such as VLR's so that I had a viable output file at the end of the process.
Thanks.
P.S. Sorry to have used a Github Issue to convey what is really just a question, but I didn't see any alternate means of contact.
The text was updated successfully, but these errors were encountered:
PR #118 is now merged and included in laszip4j 0.18. I'll keep this issue open, because laszip4j still does not have general support for modifying point data.
I have Java code that processes a lidar file and identifies anomalous sample points. I would like to be able to transcribe an existing file content, either removing the anomalous records or marking them as "withheld". I am also working on the ability to classify points.
Is there way to use laszip4j to handle the writing operations? If so, is there example code or documentation in the repository?
Ideally, I would like to be able to preserve header elements and other data such as VLR's so that I had a viable output file at the end of the process.
Thanks.
P.S. Sorry to have used a Github Issue to convey what is really just a question, but I didn't see any alternate means of contact.
The text was updated successfully, but these errors were encountered: