PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

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

Open rboeters opened this issue 2 years ago • 0 comments

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 https://github.com/LASzip/LASzip/issues/76.

rboeters avatar Mar 02 '23 12:03 rboeters