gadomski / las-rs

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

Better error messages #62

Closed gadomski closed 1 month ago

gadomski commented 1 year ago

In https://github.com/gadomski/las-rs/pull/61, it was hard to tell what the problem with the file was. We should improve error reporting, and possibly provide an explicit las check command.

gadomski commented 1 month ago

I'm going to close this as wontfix for now, since I'm not sure exactly what I'd want to be doing. We're just a library right now, so the errors returned should have enough information — if they don't, we should update those errors.