-
Notifications
You must be signed in to change notification settings - Fork 31
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
How to bypass NotZeroFilled error #32
Comments
There's a possibility this issue could be fixed by #31, and see #24 for a bit of background discussion on the topic of standard correctness vs Just Read The D*** File. Two questions:
|
Latest version on the crates.io seems to be v0.7.1. I couldnt figure out which field, it just says bites are zero filled and prints out the bytes vec. |
I forgot to publish v0.7.2 (apparently). I just published, so |
Updating to 0.7.2 solved the issue, thanks. |
Probably this issue is not with this repo but the LAS spec itself but for the few pointclouds I have, las-rs panics with NotZeroFilled error. I can view them in any viewer and I can read them in liblas(cpp). Is it an error that can be just ignored or if not how can I fix these pointclouds ?
The text was updated successfully, but these errors were encountered: