Closed nicolas-chaulet closed 5 years ago
Thanks for this. This change seems fine to me as a safeguard, but does that mean PDAL is writing an invalid header? It doesn't seem like a valid file would have a non-zero EVLR number with an EVLR offset of zero. If so, can you ticket this upstream to PDAL itself for that aspect?
Yes PDAL writes a non valid header... EVLR offset was never set -> https://github.com/PDAL/PDAL/pull/2823
Ah I missed that PR - thanks!
evlr offset is currently missing from laz files written by PDAL. This PR ensures that they are ignored if missing.