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

How to bypass NotZeroFilled error #32

Closed
tteke opened this issue Aug 31, 2020 · 4 comments
Closed

How to bypass NotZeroFilled error #32

tteke opened this issue Aug 31, 2020 · 4 comments

Comments

@tteke
Copy link

tteke commented Aug 31, 2020

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 ?

@gadomski
Copy link
Owner

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:

  • Does the problem exist in latest version (v0.7.2)?
  • If so, can you provide more information on the field that's causing the error?

@tteke
Copy link
Author

tteke commented Aug 31, 2020

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.

@gadomski
Copy link
Owner

I forgot to publish v0.7.2 (apparently). I just published, so cargo update and see if that fixes your problem.

@tteke tteke closed this as completed Sep 1, 2020
@tteke
Copy link
Author

tteke commented Sep 1, 2020

Updating to 0.7.2 solved the issue, thanks.

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

No branches or pull requests

2 participants