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

Show error on files with more than uint32_max points, not supported by laszip #615

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rboeters
Copy link

@rboeters rboeters commented Mar 2, 2023

LasZip does not support it. When using seek_point the index will be casted to uint32 and thus for large files will be seeking from the start of the file again resulting in both missing points and duplicate points.

See LASzip/LASzip#76.

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

Successfully merging this pull request may close these issues.

1 participant