[pdal-commits] [PDAL/PDAL] 51b114: Add the rxp reader
GitHub
noreply at github.com
Mon Sep 15 08:44:43 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 51b11498cdc4f11c765cf723625100d826aa4da6
https://github.com/PDAL/PDAL/commit/51b11498cdc4f11c765cf723625100d826aa4da6
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2014-09-15 (Mon, 15 Sep 2014)
Changed paths:
M CMakeLists.txt
A doc/stages/drivers.rxp.reader.rst
M doc/stages/index.rst
M include/pdal/Dimension.hpp
M include/pdal/Drivers.hpp
A include/pdal/drivers/rxp/RxpReader.hpp
M pdal_defines.h.in
M scripts/ci/script.sh
M src/CMakeLists.txt
M src/StageFactory.cpp
A src/drivers/rxp/RxpReader.cpp
M src/pdal_config.cpp
A test/data/rxp/130501_232206_cut.rxp
M test/unit/CMakeLists.txt
A test/unit/drivers/rxp/RxpReaderTest.cpp
Log Message:
-----------
Add the rxp reader
RXP is the streaming file format used by RIEGL Laser Measurement Systems
(http://www.riegl.com). Support for reading rxp
files is provided by RiVLib, RIEGL's own library which they release for
use by their customers.
RiVLib only supports reading rxp files, not writing them.
Commit: feab6d76dc8d1121a7c146348fbe9df88cdec0cb
https://github.com/PDAL/PDAL/commit/feab6d76dc8d1121a7c146348fbe9df88cdec0cb
Author: Howard Butler <howard at hobu.co>
Date: 2014-09-15 (Mon, 15 Sep 2014)
Changed paths:
M CMakeLists.txt
A doc/stages/drivers.rxp.reader.rst
M doc/stages/index.rst
M include/pdal/Dimension.hpp
M include/pdal/Drivers.hpp
A include/pdal/drivers/rxp/RxpReader.hpp
M pdal_defines.h.in
M scripts/ci/script.sh
M src/CMakeLists.txt
M src/StageFactory.cpp
A src/drivers/rxp/RxpReader.cpp
M src/pdal_config.cpp
A test/data/rxp/130501_232206_cut.rxp
M test/unit/CMakeLists.txt
A test/unit/drivers/rxp/RxpReaderTest.cpp
Log Message:
-----------
Merge pull request #456 from gadomski/rxp-driver
Add the rxp reader
Compare: https://github.com/PDAL/PDAL/compare/06502f635e71...feab6d76dc8d
More information about the pdal-commits
mailing list