Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@clee-ai clee-ai released this 17 Oct 17:03
· 12 commits to main since this release

[2.5.0] - 2022-10-17

Fixed

  • [Python/C++] Fixed bug when copying CopcConfig into a LazWriterConfig where the header would still try to write Copc headers
  • [Python/C++] Fixed bug when updating header in a LazConifgWriter not saving changes

Added

  • [Python/C++] Added WritePointsCompressed function to LazWriter
  • [C++] Add LasHeader copy constructor with the ability to change the is_copc parameter
  • [Python] Add LazReader and LazWriter support to python
  • [Python] Add LazWriter support to python multiprocessing transform functions
  • [C++] Add output operator (<<) overrides for classes with ToString methods

Removed

  • [Python/C++] Removed PointCount and ChunkCount from LazWriter

Changed

  • [Python/C++] Make LazFileWriter inherit from LazWriter
Commit History