gadomski / las-rs

Read and write ASPRS las files, Rust edition.
MIT License
73 stars 32 forks source link

Upgrade version when reading when needed #83

Closed gadomski closed 4 months ago

gadomski commented 4 months ago

Allows for more permissive reading

Related issues

TerjeWiigMathisen commented 4 months ago

Thanks for merging this! Have you also looked at the patch to skip the test for non-null trailing bytes after the first found null?

gadomski commented 4 months ago

I have not, thanks for the reminder. I'll take a look now.