[pdal-commits] [PDAL/PDAL] 1f00a0: Draco Reader and Writer (#3360)
Kyle Mann
noreply at github.com
Tue Mar 30 06:34:01 PDT 2021
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
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>
More information about the pdal-commits
mailing list