You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Attempts to remove the ~Other section from a LASFile should raise a warning, and an empty Other section should be retained (as in the default LASFile object), so that no exception is raised on an attempt to serialize or write the LASFile.
Software versions (please complete the following information):
Additional context
This issue was created from #417
The text was updated successfully, but these errors were encountered:
Describe the bug
If the ~Other section is removed from a LASFile object, when the LASFile is written, an exception is raised.
To Reproduce
See #417 for the setup code.
Removing an empty
~Other
section from the LASFile header throws aKeyError
exception when writing to file:Expected behavior
Attempts to remove the ~Other section from a LASFile should raise a warning, and an empty Other section should be retained (as in the default LASFile object), so that no exception is raised on an attempt to serialize or write the LASFile.
Software versions (please complete the following information):
Additional context
This issue was created from #417
The text was updated successfully, but these errors were encountered: