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

No offset applied to LAZ output #28

Closed
connormanning opened this issue Dec 4, 2020 · 1 comment
Closed

No offset applied to LAZ output #28

connormanning opened this issue Dec 4, 2020 · 1 comment

Comments

@connormanning
Copy link
Collaborator

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.

@abellgithub
Copy link
Collaborator

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants