[pdal-commits] [PDAL/PDAL] 4b6ade: Add greyhound reader doc.
GitHub
noreply at github.com
Mon Jan 12 06:43:19 PST 2015
Branch: refs/heads/cpack-packaging
Home: https://github.com/PDAL/PDAL
Commit: 4b6ade60b3eb013d8fe5e9ad79cd4df050a75846
https://github.com/PDAL/PDAL/commit/4b6ade60b3eb013d8fe5e9ad79cd4df050a75846
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
A doc/stages/readers.greyhound.rst
M plugins/greyhound/io/GreyhoundReader.cpp
Log Message:
-----------
Add greyhound reader doc.
Commit: 82db0a82b1b76c755e9e4781f6ecd68d8f9871be
https://github.com/PDAL/PDAL/commit/82db0a82b1b76c755e9e4781f6ecd68d8f9871be
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M plugins/greyhound/CMakeLists.txt
A plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/Exchanges.hpp
Log Message:
-----------
Break greyhound exchanges into hpp/cpp instead of all header.
Commit: a1f8087245caa8e782413604772e110d1604fbdd
https://github.com/PDAL/PDAL/commit/a1f8087245caa8e782413604772e110d1604fbdd
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
R cmake/modules/FindLazperf.cmake
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
M include/pdal/Compression.hpp
M include/pdal/Filters.hpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
M tools/lasdump/Dumper.hpp
Log Message:
-----------
Merge branch 'master' into greyhound-compression
Commit: a8ff88fb39e85270b2d915f7788d7a5321417bca
https://github.com/PDAL/PDAL/commit/a8ff88fb39e85270b2d915f7788d7a5321417bca
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
M tools/lasdump/CMakeLists.txt
M tools/lasdump/Dumper.cpp
M tools/lasdump/Lasdump.hpp
M util/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' into greyhound-compression
Commit: 631c8d3db571a21573d7ac5f2e5f2ac6337fbee5
https://github.com/PDAL/PDAL/commit/631c8d3db571a21573d7ac5f2e5f2ac6337fbee5
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-10 (Sat, 10 Jan 2015)
Changed paths:
M plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
M src/Stage.cpp
Log Message:
-----------
Expected schema response from Greyhound was out of date.
Commit: e9c2e6419df509b25be4f3a3ad1c207f40f5d13a
https://github.com/PDAL/PDAL/commit/e9c2e6419df509b25be4f3a3ad1c207f40f5d13a
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/Exchanges.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
Log Message:
-----------
Update schema format expectations, restructure slightly to begin decompression work.
Commit: 4806842d033fba256d69ac4a89fe786ecb938530
https://github.com/PDAL/PDAL/commit/4806842d033fba256d69ac4a89fe786ecb938530
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M plugins/greyhound/CMakeLists.txt
A plugins/greyhound/io/CompressionStream.cpp
A plugins/greyhound/io/CompressionStream.hpp
M plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/Exchanges.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/WebSocketClient.cpp
M plugins/greyhound/io/WebSocketClient.hpp
Log Message:
-----------
Read compressed data from Greyhound when possible.
Commit: 24a8db315566438b6afd5c935f58e53d7ef44ba2
https://github.com/PDAL/PDAL/commit/24a8db315566438b6afd5c935f58e53d7ef44ba2
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
R cmake/modules/FindLibLAS.cmake
R cmake/modules/FindMsgPack.cmake
R cmake/modules/FindSoci.cmake
R cmake/modules/FindSpatialIndex.cmake
Log Message:
-----------
remove dead cmake Find* modules
Commit: 1922bf71017a94a0fd1ee3bb65f45aac321703d9
https://github.com/PDAL/PDAL/commit/1922bf71017a94a0fd1ee3bb65f45aac321703d9
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
R cmake/modules/FindLibLAS.cmake
R cmake/modules/FindMsgPack.cmake
R cmake/modules/FindSoci.cmake
R cmake/modules/FindSpatialIndex.cmake
Log Message:
-----------
Merge pull request #698 from PDAL/remove-dead-cmake
remove dead cmake Find* modules
Commit: cadd7497f19e15530fa74d7030835adc1b1ee1d9
https://github.com/PDAL/PDAL/commit/cadd7497f19e15530fa74d7030835adc1b1ee1d9
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
A doc/stages/readers.greyhound.rst
M plugins/greyhound/CMakeLists.txt
A plugins/greyhound/io/CompressionStream.cpp
A plugins/greyhound/io/CompressionStream.hpp
A plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/Exchanges.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
M plugins/greyhound/io/WebSocketClient.cpp
M plugins/greyhound/io/WebSocketClient.hpp
M src/Stage.cpp
Log Message:
-----------
Merge pull request #697 from PDAL/greyhound-compression
Greyhound reader compression/updates
Commit: 1f1107f457758f0c2839b34b2041ad31fe77fe1b
https://github.com/PDAL/PDAL/commit/1f1107f457758f0c2839b34b2041ad31fe77fe1b
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
R cmake/modules/FindLibLAS.cmake
R cmake/modules/FindMsgPack.cmake
R cmake/modules/FindSoci.cmake
R cmake/modules/FindSpatialIndex.cmake
A doc/stages/readers.greyhound.rst
M plugins/greyhound/CMakeLists.txt
A plugins/greyhound/io/CompressionStream.cpp
A plugins/greyhound/io/CompressionStream.hpp
A plugins/greyhound/io/Exchanges.cpp
M plugins/greyhound/io/Exchanges.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/greyhound/io/GreyhoundReader.hpp
M plugins/greyhound/io/WebSocketClient.cpp
M plugins/greyhound/io/WebSocketClient.hpp
M src/Stage.cpp
Log Message:
-----------
Merge branch 'master' into cpack-packaging
Compare: https://github.com/PDAL/PDAL/compare/bbe108eb4db7...1f1107f45775
More information about the pdal-commits
mailing list