[pdal-commits] [PDAL/PDAL] 025536: Add reflectance as intensity option to rxp reader
GitHub
noreply at github.com
Mon Oct 31 12:40:46 PDT 2016
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 0255367dd25256af143215357ca1efc7f1fdf6c5
https://github.com/PDAL/PDAL/commit/0255367dd25256af143215357ca1efc7f1fdf6c5
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2016-10-31 (Mon, 31 Oct 2016)
Changed paths:
M doc/stages/readers.rxp.rst
M plugins/rxp/io/RxpPointcloud.cpp
M plugins/rxp/io/RxpPointcloud.hpp
M plugins/rxp/io/RxpReader.cpp
M plugins/rxp/io/RxpReader.hpp
M plugins/rxp/test/RxpReaderTest.cpp
Log Message:
-----------
Add reflectance as intensity option to rxp reader
It's very common to want to shove the reflectance values into the
intensity field. This patch adds a `reflectance_as_intensity` option to
the rxp reader to do this conversion.
Previously, you had to use a python function to do this work.
Commit: 162356235bd5d5bddeedcb21438bec1d93db957b
https://github.com/PDAL/PDAL/commit/162356235bd5d5bddeedcb21438bec1d93db957b
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2016-10-31 (Mon, 31 Oct 2016)
Changed paths:
M doc/stages/readers.rxp.rst
M plugins/rxp/io/RxpPointcloud.cpp
M plugins/rxp/io/RxpPointcloud.hpp
M plugins/rxp/io/RxpReader.cpp
M plugins/rxp/io/RxpReader.hpp
M plugins/rxp/test/RxpReaderTest.cpp
Log Message:
-----------
Merge branch 'rxp-reflectance'
Compare: https://github.com/PDAL/PDAL/compare/412c193f0466...162356235bd5
More information about the pdal-commits
mailing list