[pdal-commits] [PDAL/PDAL] 807bdb: PGPointcloud: Add streaming support to reader (#3188)
foggel
noreply at github.com
Mon Aug 17 14:11:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 807bdbc3d6921495b171d7b95f6c4a815a7c452b
https://github.com/PDAL/PDAL/commit/807bdbc3d6921495b171d7b95f6c4a815a7c452b
Author: foggel <gustafson.erik at gmail.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M pdal/DbReader.cpp
M pdal/DbReader.hpp
M plugins/pgpointcloud/CMakeLists.txt
M plugins/pgpointcloud/io/PgReader.cpp
M plugins/pgpointcloud/io/PgReader.hpp
A plugins/pgpointcloud/test/PgpointcloudTest.cpp
R plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
Log Message:
-----------
PGPointcloud: Add streaming support to reader (#3188)
* PGPointcloud: Add streaming support to reader
* Changes according to comments on first pull request
* Altered test to actually read some data from pgpointcloud
* Reworked DbReader.cpp to remove code duplication
More information about the pdal-commits
mailing list