[pdal-commits] [PDAL/PDAL] 5356f6: Rearrange order of BPF min/max for V1. (#3396)

Howard Butler noreply at github.com
Fri Apr 2 11:31:59 PDT 2021


  Branch: refs/heads/docker-updates
  Home:   https://github.com/PDAL/PDAL
  Commit: 5356f6773577014c1305cf6958d6c4c2c6703503
      https://github.com/PDAL/PDAL/commit/5356f6773577014c1305cf6958d6c4c2c6703503
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M io/BpfHeader.cpp

  Log Message:
  -----------
  Rearrange order of BPF min/max for V1. (#3396)


  Commit: 1f00a0805b58d736ad637e65a44c45761687712b
      https://github.com/PDAL/PDAL/commit/1f00a0805b58d736ad637e65a44c45761687712b
  Author: Kyle Mann <39525199+kylemann16 at users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M CMakeLists.txt
    A cmake/draco.cmake
    M cmake/execinfo.cmake
    M cmake/gtest.cmake
    M cmake/tiledb.cmake
    M cmake/unwind.cmake
    A doc/stages/readers.draco.rst
    A doc/stages/writers.draco.rst
    M pdal/StageExtensions.cpp
    M plugins/CMakeLists.txt
    A plugins/draco/CMakeLists.txt
    A plugins/draco/io/DracoReader.cpp
    A plugins/draco/io/DracoReader.hpp
    A plugins/draco/io/DracoWriter.cpp
    A plugins/draco/io/DracoWriter.hpp
    A plugins/draco/test/DracoReaderTest.cpp
    A plugins/draco/test/DracoWriterTest.cpp
    M plugins/tiledb/CMakeLists.txt
    M scripts/ci/linux/cmake.sh
    M scripts/ci/linux/setup.sh
    M scripts/ci/osx/cmake.sh
    M scripts/ci/osx/setup.sh
    M scripts/ci/win/cmake.sh
    M scripts/ci/win/setup.sh
    M scripts/conda/osx-setup.sh
    M scripts/conda/osx.sh
    A test/data/draco/1.2-with-color-test.drc
    A test/data/draco/1.2-with-color.drc
    A test/data/draco/red-rocks.laz
    A test/data/draco/redrocks.drc

  Log Message:
  -----------
  Draco Reader and Writer (#3360)

* scaffolding for draco implementation

* more draco stuff

* stash dead stuff

* scaffold readers.draco and writers.draco

* draco wip

* partially working draco point cloud reader

* enable draco in CI

* turn off windows draco for now

* wip

* wip

* encoding and writing position working

* wip, pdal dimension and draco attribute conversions

* wip

* known draco attributes working

* wip adding generic point data

* wip adding generics to draco reader

* reader seeing attributes, but no data

* wip. erroring on nlohmann inlcude

* wip generics

* wip generic typing

* wip, adding dimension-type mapping

* wip, testing file outputs for correctness

* wip

* wip

* wip

* wip, testing draco reader

* wip

* tests now working

* mino cleaning

* added 1.3.6 pin to draco

* merged master, changed Draco_DIR cmake var and added DRACO_LIBRARY cmake var

* windows build churn

* more churn

* try to get draco linking

* windows build stuff

* compiles correctly but point data is coming out incorrectly

* adding back the accuracy test suite

* wip, getting data from draco without storing it in vectors

* Make draco reader work.

* Fix stop condition.

* minor cleanup

* addressed some comments and added docs

* cleaning up some code, fixing cmake stuff to conform

* fixing link

* Made option descriptions for draco writer better

* addressing PR issues, naming, cleaning

* working locally, tests not working

* tests are satisfied

* satisfy window CI tests

* fixing windows linking?

* zero filling working, tests to come

* tests working

* added comment

* updating docs

Co-authored-by: Howard Butler <howard at hobu.co>
Co-authored-by: Andrew Bell <andrew.bell.ia at gmail.com>


  Commit: 1a8965dc2d35d9947fec39fd1f950cbdf4db8e59
      https://github.com/PDAL/PDAL/commit/1a8965dc2d35d9947fec39fd1f950cbdf4db8e59
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/Dockerfile.dependencies

  Log Message:
  -----------
  Fix up docker configuration issues (#3399)

* Fix up docker configuration issues #3375

* updates


  Commit: 31c4dc413b5a980831b321d4bf13f94b51635f44
      https://github.com/PDAL/PDAL/commit/31c4dc413b5a980831b321d4bf13f94b51635f44
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M plugins/i3s/io/Obb.cpp
    M plugins/i3s/io/Obb.hpp
    M plugins/i3s/test/ObbTest.cpp

  Log Message:
  -----------
  Do symmetric intersection test. (#3398)


  Commit: bb44fa8f936b65b26a7b0c1ac6e430eeae4dcf52
      https://github.com/PDAL/PDAL/commit/bb44fa8f936b65b26a7b0c1ac6e430eeae4dcf52
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M CMakeLists.txt
    A cmake/draco.cmake
    M cmake/execinfo.cmake
    M cmake/gtest.cmake
    M cmake/tiledb.cmake
    M cmake/unwind.cmake
    A doc/stages/readers.draco.rst
    A doc/stages/writers.draco.rst
    M io/BpfHeader.cpp
    M pdal/StageExtensions.cpp
    M plugins/CMakeLists.txt
    A plugins/draco/CMakeLists.txt
    A plugins/draco/io/DracoReader.cpp
    A plugins/draco/io/DracoReader.hpp
    A plugins/draco/io/DracoWriter.cpp
    A plugins/draco/io/DracoWriter.hpp
    A plugins/draco/test/DracoReaderTest.cpp
    A plugins/draco/test/DracoWriterTest.cpp
    M plugins/i3s/io/Obb.cpp
    M plugins/i3s/io/Obb.hpp
    M plugins/i3s/test/ObbTest.cpp
    M plugins/tiledb/CMakeLists.txt
    M scripts/ci/linux/cmake.sh
    M scripts/ci/linux/setup.sh
    M scripts/ci/osx/cmake.sh
    M scripts/ci/osx/setup.sh
    M scripts/ci/win/cmake.sh
    M scripts/ci/win/setup.sh
    M scripts/conda/osx-setup.sh
    M scripts/conda/osx.sh
    M scripts/docker/ubuntu/Dockerfile
    A test/data/draco/1.2-with-color-test.drc
    A test/data/draco/1.2-with-color.drc
    A test/data/draco/red-rocks.laz
    A test/data/draco/redrocks.drc

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into docker-updates


Compare: https://github.com/PDAL/PDAL/compare/cc3db32a8d71...bb44fa8f936b


More information about the pdal-commits mailing list