[pdal-commits] [PDAL/PDAL] a5796b: filters.icp: output centroid to metadata (#2962)
Jules Robichaud-Gagnon
noreply at github.com
Tue Mar 17 08:44:48 PDT 2020
Branch: refs/heads/2.1-maintenance
Home: https://github.com/PDAL/PDAL
Commit: a5796bc16e0c96bca195d978cb19ed69fe461aed
https://github.com/PDAL/PDAL/commit/a5796bc16e0c96bca195d978cb19ed69fe461aed
Author: Jim Klassen <klassen.js at gmail.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M doc/stages/filters.icp.rst
M filters/IterativeClosestPoint.cpp
Log Message:
-----------
filters.icp: output centroid to metadata (#2962)
This is needed to apply the same transformation to a different set
of points using filters.transform. (#2939)
Commit: 0012aa7cfd3809db82235158dbb6717389e1e41a
https://github.com/PDAL/PDAL/commit/0012aa7cfd3809db82235158dbb6717389e1e41a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M kernels/TileKernel.cpp
Log Message:
-----------
Call setSpatialReference() on the table when we switch stages. (#2980)
Commit: 88acdb7ae6cf0ad16465b8744f910878b4bf9b8f
https://github.com/PDAL/PDAL/commit/88acdb7ae6cf0ad16465b8744f910878b4bf9b8f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Add interface includes for PDAL library target. (#2981)
* Specify interface includes for downstream PDAL projects.
* Fix include directory.
* Update library target.
* Add pdal_util, just in case.
Commit: b494c82e02847464f5a28d25f73ea9f97e94ba01
https://github.com/PDAL/PDAL/commit/b494c82e02847464f5a28d25f73ea9f97e94ba01
Author: Jules Robichaud-Gagnon <j.robichaudg at gmail.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M doc/stages/writers.text.rst
Log Message:
-----------
Add useful missing undocumented parameter for writers.text (#2983)
https://github.com/PDAL/PDAL/blob/c4cc229023b5f0ef742893f7bc73b6de43b7da66/io/TextWriter.cpp#L106
Compare: https://github.com/PDAL/PDAL/compare/030d72e9d124...b494c82e0284
More information about the pdal-commits
mailing list