Issue loading .laz file #3182
callmeahab
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an issue when trying to load a laz file in a tauri application.
Here's the code for loading the data:
package.json
Same thing happens with 4.3
I get an error
Just to be safe I converted this laz file into v1.3 with this pipeline:
And the file metadata shows that it is indeed v1.3
Which makes me thing something else is a problem with the file not the laz version, perhaps I need to load data differently, but didn't find any examples of how to customize data loading.
I'd really appreciate if anyone has an idea on what might be the issue here.
Beta Was this translation helpful? Give feedback.
All reactions