[pdal-commits] [PDAL/PDAL] 88a0a3: no longer need to do this (see earlier #890 issues...
GitHub
noreply at github.com
Mon May 4 13:02:13 PDT 2015
Branch: refs/heads/rialto-tiling
Home: https://github.com/PDAL/PDAL
Commit: 88a0a37caf0307806bccd66483a2585b1f71f367
https://github.com/PDAL/PDAL/commit/88a0a37caf0307806bccd66483a2585b1f71f367
Author: Michael P. Gerlek <mpg at flaxen.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M include/pdal/PointView.hpp
Log Message:
-----------
no longer need to do this (see earlier #890 issues)
Commit: 985b9a2f0ac4d157adc2001e3640724542ad474f
https://github.com/PDAL/PDAL/commit/985b9a2f0ac4d157adc2001e3640724542ad474f
Author: Michael P. Gerlek <mpg at flaxen.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M filters/tiler/TilerCommon.cpp
M filters/tiler/TilerCommon.hpp
M filters/tiler/TilerFilter.cpp
M io/rialto/RialtoWriter.cpp
R test/data/io/rialto-header.json
A test/data/io/rialto1-header.json
M test/unit/filters/TilerTest.cpp
M test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
final cleanups and refactoring
4326 projection now required
stats filter now required
better mgmt of metadata in filter
Commit: 5d4ad59142aa6078eebec56e1dbc3d96200e9082
https://github.com/PDAL/PDAL/commit/5d4ad59142aa6078eebec56e1dbc3d96200e9082
Author: Michael P. Gerlek <mpg at flaxen.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M CMakeLists.txt
M io/CMakeLists.txt
R io/rialto/CMakeLists.txt
R io/rialto/RialtoWriter.cpp
R io/rialto/RialtoWriter.hpp
M plugins/CMakeLists.txt
A plugins/rialto/CMakeLists.txt
A plugins/rialto/io/RialtoDbWriter.cpp
A plugins/rialto/io/RialtoDbWriter.hpp
A plugins/rialto/io/RialtoFileWriter.cpp
A plugins/rialto/io/RialtoFileWriter.hpp
A plugins/rialto/io/RialtoWriter.cpp
A plugins/rialto/io/RialtoWriter.hpp
A plugins/rialto/test/RialtoDbWriterTest.cpp
A plugins/rialto/test/RialtoFileWriterTest.cpp
A plugins/rialto/test/RialtoWriterTest.cpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
R test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
starting to add the DB writer, moved all into new plugin dir
Commit: 92d922c2a7330b81913f4e36bbf3ef0315350bc7
https://github.com/PDAL/PDAL/commit/92d922c2a7330b81913f4e36bbf3ef0315350bc7
Author: Michael P. Gerlek <mpg at flaxen.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
R plugins/rialto/test/RialtoWriterTest.cpp
Log Message:
-----------
dead
Commit: ecebcb71cbe1936e21bd85fc7525725ce78aab76
https://github.com/PDAL/PDAL/commit/ecebcb71cbe1936e21bd85fc7525725ce78aab76
Author: Michael P. Gerlek <mpg at flaxen.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M plugins/rialto/CMakeLists.txt
A plugins/rialto/test/RialtoDb.cpp
A plugins/rialto/test/RialtoDb.hpp
A plugins/rialto/test/RialtoDbTest.cpp
Log Message:
-----------
stubbed in the DB manager
just living in the unit test dir for now, will eventually move out to
Oscar’s bridge level or something
Commit: 2c2a2f89708e27e40e2cd1a1aa90be4ad71fa7e5
https://github.com/PDAL/PDAL/commit/2c2a2f89708e27e40e2cd1a1aa90be4ad71fa7e5
Author: Michael P. Gerlek <mpg at flaxen.com>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M plugins/rialto/test/RialtoDb.cpp
M plugins/rialto/test/RialtoDb.hpp
M plugins/rialto/test/RialtoDbTest.cpp
A plugins/rialto/test/SQLiteCommon.hpp
Log Message:
-----------
cloned the SQLite class, to start experimenting
Compare: https://github.com/PDAL/PDAL/compare/4e966b276995...2c2a2f89708e
More information about the pdal-commits
mailing list