Skip to content

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

Open
rboeters wants to merge 1 commit intopotree:developfrom
rboeters:laszip_uint32_max
Open

Show error on files with more than uint32_max points, not supported by laszip#615
rboeters wants to merge 1 commit intopotree:developfrom
rboeters:laszip_uint32_max

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.

2 participants