[pdal-commits] [PDAL/PDAL] 0d8ebd: I3S PageManager (#3208)

Andrew Bell noreply at github.com
Thu Aug 13 05:50:51 PDT 2020


  Branch: refs/heads/2.2-maintenance
  Home:   https://github.com/PDAL/PDAL
  Commit: 0d8ebd2ba50df55e2eace43e8c918476f50f497d
      https://github.com/PDAL/PDAL/commit/0d8ebd2ba50df55e2eace43e8c918476f50f497d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M io/EptReader.cpp
    M pdal/util/ThreadPool.cpp
    M pdal/util/ThreadPool.hpp
    M plugins/i3s/CMakeLists.txt
    M plugins/i3s/io/EsriReader.cpp
    M plugins/i3s/io/EsriReader.hpp
    M plugins/i3s/io/EsriUtil.hpp
    A plugins/i3s/io/PageManager.cpp
    A plugins/i3s/io/PageManager.hpp

  Log Message:
  -----------
  I3S PageManager (#3208)

* Streaming support.

* Remove unnecessary assignment.

* Esri notemp (#3116)

* Remove SLPKExtractor.
Load data from SLPK without writing to temp space.

* Fix type mismatch for threads.

* Typo #1.

* Move win header.

* Fix Windows min.

* More header.

* Fix CreateFileMapping args.

* PDAL_DLL

* Windows build fixes.

* Formatting.

* Clean up esri build file.

* Obb code.

* Specific OBB Test.

* Better comments and separate test.

* Don't try to filter with invalid OBB.
Filter points based on OBB if it's valid.

* Remove dead bounds boxes.

* Add math function to build for plugin.

* Fix incorrect use of m_pointId.

* Page Manager code.

* Thread traverseTree.

* Update to correct?

Co-authored-by: Andrew <acbell at Andrews-MacBook-Pro.local>




More information about the pdal-commits mailing list