[pdal-commits] [PDAL/PDAL] 328bec: centos dockerfile fix
Howard Butler
noreply at github.com
Sun Jun 23 13:13:21 PDT 2019
Branch: refs/heads/azure-pipelines
Home: https://github.com/PDAL/PDAL
Commit: 328bec43ecf9a8ac7a5204d6f685de6ea8b039eb
https://github.com/PDAL/PDAL/commit/328bec43ecf9a8ac7a5204d6f685de6ea8b039eb
Author: Howard Butler <howard at hobu.co>
Date: 2019-06-12 (Wed, 12 Jun 2019)
Changed paths:
M scripts/docker/centos/Dockerfile
Log Message:
-----------
centos dockerfile fix
Commit: ac997bfe8df0ae1e0e1c323a69cc5ad1fb0ba0ed
https://github.com/PDAL/PDAL/commit/ac997bfe8df0ae1e0e1c323a69cc5ad1fb0ba0ed
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M io/PlyWriter.cpp
Log Message:
-----------
Follow sized_types for faces header.
Commit: 9cb932bbd351f35b8e8275a1fbecb642847dd407
https://github.com/PDAL/PDAL/commit/9cb932bbd351f35b8e8275a1fbecb642847dd407
Author: Howard Butler <howard at hobu.co>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
A doc/stages/filters.shell.rst
A filters/ShellFilter.cpp
A filters/ShellFilter.hpp
A test/data/pipeline/shell.json.in
M test/unit/CMakeLists.txt
A test/unit/filters/ShellFilterTest.cpp
Log Message:
-----------
Add filters.shell that allows you to inline shell commands as part of pipelines (#2430)
* fix up my conda build script
* add osx conda setup script
* Add filters.shell
* configuredpath instead of datapath
* fix up my windows conda build setup
* only allow filters.shell if PDAL_ALLOW_SHELL environment variable is set
* add filters.shell doc
Commit: d68c7e1121fba533bb34c9de5c99fda53edbd6e5
https://github.com/PDAL/PDAL/commit/d68c7e1121fba533bb34c9de5c99fda53edbd6e5
Author: Howard Butler <howard at hobu.co>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
A doc/stages/filters.shell.rst
A filters/ShellFilter.cpp
A filters/ShellFilter.hpp
M io/PlyWriter.cpp
A test/data/pipeline/shell.json.in
M test/unit/CMakeLists.txt
A test/unit/filters/ShellFilterTest.cpp
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Commit: 105a1a24dd371a6feb41c62a3d1d488040c20056
https://github.com/PDAL/PDAL/commit/105a1a24dd371a6feb41c62a3d1d488040c20056
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-20 (Thu, 20 Jun 2019)
Changed paths:
M apps/pdal.cpp
M pdal/PluginManager.cpp
M pdal/PluginManager.hpp
M pdal/StageExtensions.cpp
M pdal/StageExtensions.hpp
M pdal/StageFactory.cpp
Log Message:
-----------
Add extensions to driver output. (#2573)
* Add extensions to driver output.
* Export StageExtensions::extensions()
Commit: 7d6b57569cd321124eeb379263a94d808643bdfe
https://github.com/PDAL/PDAL/commit/7d6b57569cd321124eeb379263a94d808643bdfe
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-20 (Thu, 20 Jun 2019)
Changed paths:
M filters/TransformationFilter.cpp
M filters/TransformationFilter.hpp
M test/unit/filters/TransformationFilterTest.cpp
Log Message:
-----------
More flexible handling for transformation matrix (#2569)
* Temp checkin.
* Initial check-in.
* Make TransformationFilter more generic.
* Add doFilter().
* Remove extra "public".
* More PDAL_DLL.
* Remove accidentally added files.
Commit: 62143d0a7af8970111ede1997103fd0a2a5b604c
https://github.com/PDAL/PDAL/commit/62143d0a7af8970111ede1997103fd0a2a5b604c
Author: Norman Barker <norman at tiledb.io>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M doc/stages/writers.tiledb.rst
M plugins/tiledb/io/TileDBWriter.cpp
M plugins/tiledb/io/TileDBWriter.hpp
M plugins/tiledb/test/TileDBWriterTest.cpp
Log Message:
-----------
TileDB: Add append option to writer (#2577)
* TileDB: Add append option to writer
* tiledb: add check that attributes exists when appending data
Commit: dc272f96fafbd9feb2f00523fff91c729dc73fc1
https://github.com/PDAL/PDAL/commit/dc272f96fafbd9feb2f00523fff91c729dc73fc1
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M kernels/PipelineKernel.cpp
M pdal/PipelineManager.hpp
Log Message:
-----------
Remove dead code/comment (#2580)
* Remove dead function that nobody should be using.
Fix comment.
Close #2199
* Log warning if stream option is used.
Close #2199
Commit: d1b6e7a0721245944e43abd0623a95ed09deb55c
https://github.com/PDAL/PDAL/commit/d1b6e7a0721245944e43abd0623a95ed09deb55c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M filters/PoissonFilter.cpp
Log Message:
-----------
Apply inverse transform to poisson-generated points (#2579)
* Temp checkin.
* Initial check-in.
* Make TransformationFilter more generic.
* Add doFilter().
* Remove extra "public".
* More PDAL_DLL.
* Remove accidentally added files.
* Apply the inverse transform to generated points.
Close #1840
Commit: 8559c75493624607899ed12131e598cb5851f233
https://github.com/PDAL/PDAL/commit/8559c75493624607899ed12131e598cb5851f233
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M filters/DelaunayFilter.cpp
M filters/DelaunayFilter.hpp
Log Message:
-----------
Don't run triangulation if we don't have at least three points. (#2555)
Use filter() instead of run() for cleaner interface.
Close #2513
Commit: 6e4fa9eba8490a0965e2b047d1556eaaf5673dd2
https://github.com/PDAL/PDAL/commit/6e4fa9eba8490a0965e2b047d1556eaaf5673dd2
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M doc/references.rst
M doc/stages/filters.lof.rst
A doc/stages/filters.miniball.rst
A doc/stages/filters.planefit.rst
A doc/stages/filters.reciprocity.rst
A filters/MiniballFilter.cpp
A filters/MiniballFilter.hpp
A filters/PlaneFitFilter.cpp
A filters/PlaneFitFilter.hpp
A filters/ReciprocityFilter.cpp
A filters/ReciprocityFilter.hpp
A filters/private/miniball/Seb-inl.h
A filters/private/miniball/Seb.h
A filters/private/miniball/Seb_configure.h
A filters/private/miniball/Seb_debug.C
A filters/private/miniball/Seb_debug.h
A filters/private/miniball/Seb_point.h
A filters/private/miniball/Subspan-inl.h
A filters/private/miniball/Subspan.h
M test/unit/CMakeLists.txt
A test/unit/filters/ReciprocityFilterTest.cpp
Log Message:
-----------
Add outlier detection criterion and make minor edit to filters.lof documentation (#2504)
* Add outlier detection criterion and make minor edit to filters.lof documentation
This commit adds three filters that are implementations of the outlier
detection criterion specified in Weyrich, T et al. “Post-Processing of Scanned
3D Surface Data.” Proceedings of Eurographics Symposium on Point-Based Graphics
2004 (2004): 85–94. Print.
* Nearest-Neighbor Reciprocity Criterion available as filters.reciprocity
* Miniball Criterion available as filters.miniball
* Plane Fit Criterion available as filters.planefit
* Removing debug header enables us to compile on Windows
* Update Eigen matrix from float to double
Commit: 8e489feb174c6b0f53a36c5d4683bc231aca07e4
https://github.com/PDAL/PDAL/commit/8e489feb174c6b0f53a36c5d4683bc231aca07e4
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M filters/CovarianceFeaturesFilter.cpp
M filters/MiniballFilter.cpp
M filters/PlaneFitFilter.cpp
M filters/ReciprocityFilter.cpp
Log Message:
-----------
Update threadLists to drop the unused thread index (#2583)
Commit: 9b872a6b4c45501f41862a76db1bc5d77e44bd03
https://github.com/PDAL/PDAL/commit/9b872a6b4c45501f41862a76db1bc5d77e44bd03
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-23 (Sun, 23 Jun 2019)
Changed paths:
M pdal/PDALUtils.hpp
M pdal/util/FileUtils.cpp
M pdal/util/Utils.cpp
M scripts/docker/alpine/Dockerfile.dependencies
M test/unit/apps/TIndexTest.cpp
M test/unit/apps/TranslateTest.cpp
Log Message:
-----------
Change WIN32 macro to _WIN32 (#2581)
Commit: d9c5b65ad4cfe08b5c6c4aa67a02831a10a72012
https://github.com/PDAL/PDAL/commit/d9c5b65ad4cfe08b5c6c4aa67a02831a10a72012
Author: Howard Butler <howard at hobu.co>
Date: 2019-06-23 (Sun, 23 Jun 2019)
Changed paths:
M apps/pdal.cpp
M doc/references.rst
M doc/stages/filters.lof.rst
A doc/stages/filters.miniball.rst
A doc/stages/filters.planefit.rst
A doc/stages/filters.reciprocity.rst
A doc/stages/filters.shell.rst
M doc/stages/writers.tiledb.rst
M filters/CovarianceFeaturesFilter.cpp
M filters/DelaunayFilter.cpp
M filters/DelaunayFilter.hpp
A filters/MiniballFilter.cpp
A filters/MiniballFilter.hpp
A filters/PlaneFitFilter.cpp
A filters/PlaneFitFilter.hpp
M filters/PoissonFilter.cpp
A filters/ReciprocityFilter.cpp
A filters/ReciprocityFilter.hpp
A filters/ShellFilter.cpp
A filters/ShellFilter.hpp
M filters/TransformationFilter.cpp
M filters/TransformationFilter.hpp
A filters/private/miniball/Seb-inl.h
A filters/private/miniball/Seb.h
A filters/private/miniball/Seb_configure.h
A filters/private/miniball/Seb_debug.C
A filters/private/miniball/Seb_debug.h
A filters/private/miniball/Seb_point.h
A filters/private/miniball/Subspan-inl.h
A filters/private/miniball/Subspan.h
M io/PlyWriter.cpp
M kernels/PipelineKernel.cpp
M pdal/PDALUtils.hpp
M pdal/PipelineManager.hpp
M pdal/PluginManager.cpp
M pdal/PluginManager.hpp
M pdal/StageExtensions.cpp
M pdal/StageExtensions.hpp
M pdal/StageFactory.cpp
M pdal/util/FileUtils.cpp
M pdal/util/Utils.cpp
M plugins/tiledb/io/TileDBWriter.cpp
M plugins/tiledb/io/TileDBWriter.hpp
M plugins/tiledb/test/TileDBWriterTest.cpp
M scripts/docker/alpine/Dockerfile.dependencies
M scripts/docker/centos/Dockerfile
A test/data/pipeline/shell.json.in
M test/unit/CMakeLists.txt
M test/unit/apps/TIndexTest.cpp
M test/unit/apps/TranslateTest.cpp
A test/unit/filters/ReciprocityFilterTest.cpp
A test/unit/filters/ShellFilterTest.cpp
M test/unit/filters/TransformationFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into azure-pipelines
Compare: https://github.com/PDAL/PDAL/compare/84e59102a785...d9c5b65ad4cf
More information about the pdal-commits
mailing list