igd-geo / pasture

Rust library for point cloud processing
Apache License 2.0
69 stars 9 forks source link

pasture-io: Fix reading of las files with extra bytes #21

Closed tobias93 closed 10 months ago

tobias93 commented 1 year ago

In RawLASReader::read_chunk_default_layout, the format did not include the extra bytes

Mortano commented 10 months ago

This should be fixed with #22 so I'm closing this