[pdal-commits] [PDAL/PDAL] bcb842: bring p2g driver into the PointContext world and m...
GitHub
noreply at github.com
Tue Aug 19 09:04:11 PDT 2014
Branch: refs/heads/point-context-schema
Home: https://github.com/PDAL/PDAL
Commit: bcb842db4cb64453de7908ffedd3acaa08cc1da6
https://github.com/PDAL/PDAL/commit/bcb842db4cb64453de7908ffedd3acaa08cc1da6
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M include/pdal/Drivers.hpp
A include/pdal/drivers/p2g/P2gWriter.hpp
R include/pdal/drivers/p2g/Writer.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
A src/drivers/p2g/P2gWriter.cpp
R src/drivers/p2g/Writer.cpp
A test/data/drivers/p2g-writer.xml
Log Message:
-----------
bring p2g driver into the PointContext world and make it aware of the GTIFF output capability of points2grid
Commit: d8bbc9cb471d7551fa7ad99a44e2af510651f444
https://github.com/PDAL/PDAL/commit/d8bbc9cb471d7551fa7ad99a44e2af510651f444
Author: Connor Manning <connor at hobu.co>
Date: 2014-08-16 (Sat, 16 Aug 2014)
Changed paths:
A include/pdal/QuadIndex.hpp
M src/CMakeLists.txt
A src/QuadIndex.cpp
Log Message:
-----------
Add quad tree index.
Commit: 18e559eecff9d6a8e5ae787f021a5fd4c4681e00
https://github.com/PDAL/PDAL/commit/18e559eecff9d6a8e5ae787f021a5fd4c4681e00
Author: Connor Manning <connor at hobu.co>
Date: 2014-08-17 (Sun, 17 Aug 2014)
Changed paths:
M include/pdal/drivers/sqlite/SQLiteIterator.hpp
M include/pdal/drivers/sqlite/SQLiteReader.hpp
M include/pdal/drivers/sqlite/SQLiteWriter.hpp
M src/CMakeLists.txt
Log Message:
-----------
SQLite capitalization.
Commit: 50cd4c65e40bc4455ad04b49c87e3d63b2bf6773
https://github.com/PDAL/PDAL/commit/50cd4c65e40bc4455ad04b49c87e3d63b2bf6773
Author: Connor Manning <connor at hobu.co>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
M include/pdal/QuadIndex.hpp
M src/QuadIndex.cpp
Log Message:
-----------
Add bbox query to quad tree index.
Commit: 58806cb6a019b0e365d1d1e42dedde77b92064f4
https://github.com/PDAL/PDAL/commit/58806cb6a019b0e365d1d1e42dedde77b92064f4
Author: Connor Manning <connor at hobu.co>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
M include/pdal/QuadIndex.hpp
M src/QuadIndex.cpp
Log Message:
-----------
Check for quadtree validity before querying.
Commit: f545696a0635aeea9b32053f52af2b33d7a517c7
https://github.com/PDAL/PDAL/commit/f545696a0635aeea9b32053f52af2b33d7a517c7
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
A include/pdal/QuadIndex.hpp
M include/pdal/drivers/sqlite/SQLiteIterator.hpp
M include/pdal/drivers/sqlite/SQLiteReader.hpp
M include/pdal/drivers/sqlite/SQLiteWriter.hpp
M src/CMakeLists.txt
A src/QuadIndex.cpp
Log Message:
-----------
Merge branch 'point-context' of https://github.com/PDAL/PDAL into point-context
Conflicts:
src/CMakeLists.txt
Commit: 86cce99629e211a180467c0629a1e057bd7ecc4d
https://github.com/PDAL/PDAL/commit/86cce99629e211a180467c0629a1e057bd7ecc4d
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M src/kernel/Pipeline.cpp
Log Message:
-----------
put back pipeline-serialization
Commit: 2aa2018209c7c86a2064b6f079fe517ea0b5b0db
https://github.com/PDAL/PDAL/commit/2aa2018209c7c86a2064b6f079fe517ea0b5b0db
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M src/drivers/oci/Writer.cpp
Log Message:
-----------
only commit in done(), not ~
Commit: a4f50e53eba1c09dbf6c4ddb37358627bea704e7
https://github.com/PDAL/PDAL/commit/a4f50e53eba1c09dbf6c4ddb37358627bea704e7
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M include/pdal/Drivers.hpp
A include/pdal/QuadIndex.hpp
A include/pdal/drivers/p2g/P2gWriter.hpp
R include/pdal/drivers/p2g/Writer.hpp
M include/pdal/drivers/sqlite/SQLiteIterator.hpp
M include/pdal/drivers/sqlite/SQLiteReader.hpp
M include/pdal/drivers/sqlite/SQLiteWriter.hpp
M src/CMakeLists.txt
A src/QuadIndex.cpp
M src/StageFactory.cpp
M src/drivers/oci/Writer.cpp
A src/drivers/p2g/P2gWriter.cpp
R src/drivers/p2g/Writer.cpp
M src/drivers/pgpointcloud/PgReader.cpp
M src/kernel/Pipeline.cpp
A test/data/drivers/p2g-writer.xml
Log Message:
-----------
Merge point-context down to point-context-schema
* p2g
* pgpointcloud
* quadindex
Compare: https://github.com/PDAL/PDAL/compare/779632b6d5c6...a4f50e53eba1
More information about the pdal-commits
mailing list