Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Why was the call to update_header removed 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Apr 23, 2018
1 parent 06b7dc7 commit 63319e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylas/lasdatas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def write_to(self, out_stream, do_compress=False):
Flag to indicate if you want the date to be compressed
"""

self.update_header()

if do_compress:
try:
_ = self.vlrs.index('ExtraBytesVlr')
Expand Down

0 comments on commit 63319e8

Please sign in to comment.