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

Better scale/offset computation #48

Closed
abellgithub opened this issue Jan 27, 2021 · 2 comments
Closed

Better scale/offset computation #48

abellgithub opened this issue Jan 27, 2021 · 2 comments

Comments

@abellgithub
Copy link
Collaborator

The scale/offset that gets written into an output LAS file depends on how the value transits PDAL. If any changes occur between the time the value is provided to PDAL and the time the LAS file is written, the output to ept.json might not match that of the LAS files. The only way to address this with certainty is to read the scale/offset from a LAS file and use that value as the output to ept.json making sure that sufficient precision is used.

@abellgithub
Copy link
Collaborator Author

In addition, PDAL reads the scale in an imprecise way, which can cause problems with some data that has been made to fit exactly in the 32-bit address space.

@abellgithub
Copy link
Collaborator Author

abellgithub commented Jan 24, 2022

This was addressed with version 2.3 of PDAL. Re-open if more needs to be done.
PDAL/PDAL#3235

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

1 participant