Incorrect Start of First EVLR in Public Header Block
Closed this issue · 4 comments
I think that the calculation doesn't matter for compressed data, because we started ignore the offset_to_point_data
in #76. Did you run into an error with reading or writing?
I'm using this library to generate COPC files. It is essentially a laz file with support of variable chunk size and two additional VLRs. However, it needs to know the offset to the first evlr. I found this error when using start_of_first_evlr
. I think it would be handy to have a valid start_of_first_evlr
.
Right on, thanks @but0n. I believe the issue should be fixed by #91. I've done a large amount of refactoring as well, so the next release will be breaking. So you can test to make sure things are good (if you'd like), I'm going to release this as a beta version first (v0.9.0-beta.0
) ... I'll update here when that's done.