-
Notifications
You must be signed in to change notification settings - Fork 22
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
No offset applied to LAZ output #28
Comments
Fixed with 2a5970b |
wonder-sk
added a commit
to wonder-sk/QGIS
that referenced
this issue
Jan 27, 2021
Offset and scale of X/Y/Z dimensions were not written and some datasets would simply fail to get indexed completely. Other datasets may have had the data slightly misaligned after indexing. References: hobuinc/untwine#28 hobuinc/untwine#46
nyalldawson
pushed a commit
to qgis/QGIS
that referenced
this issue
Jan 28, 2021
Offset and scale of X/Y/Z dimensions were not written and some datasets would simply fail to get indexed completely. Other datasets may have had the data slightly misaligned after indexing. References: hobuinc/untwine#28 hobuinc/untwine#46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be applying an offset to LAZ data, it's currently
0
which will lead to unnecessary errors for high-precision/high-XYZ-magnitude data. Offsetting to the center of the dataset bounds would be ideal.The text was updated successfully, but these errors were encountered: