gadomski / las-rs

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

Allow permissive reading #63

Closed gadomski closed 4 months ago

gadomski commented 1 year ago

AKA Postel's law, we currently reject any files that don't conform to the standard, which can be clumsy for users (e.g. https://github.com/gadomski/las-rs/pull/61). We should read permissively, probably by default, with warnings to indicate when we're ignoring/changing values.