Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@clee-ai clee-ai released this 11 Nov 21:39
· 73 commits to main since this release

[2.1.0] - 2021-11-11

Added

  • [Python/C++] Add PageExists(VoxelKey key) to Writer
  • [Python/C++] Add GetParentAtDepth(int32_t depth) to VoxelKey
  • [Python/C++] Add GetPageList() to Reader
  • [Python/C++] Add page member to Node
  • [Python/C++] Add ChangeNodePage to Writer

Changed

  • [Python/C++] Write WKT as EVLR instead of VLR to align with laspy
  • [Python/C++] Remove the error when scan angle is not within LAS specs [-30000,30000]
  • [Python/C++] !!!Potential Breakage!!! Replaced Page page argument with optional VoxelKey page_key in Writer's AddNode and AddNodeCompressed. If no page_key is provided the node is added to the root page, if a page_key is provided then the node is added to that page. If the requested page doesn't exist, it is created using the nearest existing hierarchical parent as page parent.
Commit History
  • Improve subpage handling; small changes; rework addnode api (#66) (3c17210)
  • [pre-commit.ci] pre-commit autoupdate (#68) (81e500a)
  • Remove beta API warning (354c699)