[pdal-commits] [PDAL/PDAL] 06eb58: PCD doc fix (#3065)
Andrew Bell
noreply at github.com
Fri May 15 06:41:37 PDT 2020
Branch: refs/heads/progressive-nocopy
Home: https://github.com/PDAL/PDAL
Commit: 06eb582e84b83823146e0302d96494ca8c0e86b4
https://github.com/PDAL/PDAL/commit/06eb582e84b83823146e0302d96494ca8c0e86b4
Author: jedfrechette <jedfrechette at gmail.com>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M doc/stages/readers.pcd.rst
M doc/stages/writers.pcd.rst
Log Message:
-----------
PCD doc fix (#3065)
* Fix format link in reader.pcd docs
* Fix format link in writer.pcd docs
Commit: a694e6ab245743a2081c8d06a7cba999e9471880
https://github.com/PDAL/PDAL/commit/a694e6ab245743a2081c8d06a7cba999e9471880
Author: Julian Fell <jtfell at users.noreply.github.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M doc/about.rst
A doc/stages/filters.julia.rst
M doc/stages/filters.rst
Log Message:
-----------
Add documentation for julia filter (#3062)
* add documentation for julia filter
* add julia filter to docs index
Commit: 1d925f0f86047208a3e6139aefc24c5d1dbfbdce
https://github.com/PDAL/PDAL/commit/1d925f0f86047208a3e6139aefc24c5d1dbfbdce
Author: chambbj <brad.chambers at gmail.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M test/unit/CMakeLists.txt
A test/unit/filters/MiniballFilterTest.cpp
A test/unit/filters/PlaneFitFilterTest.cpp
Log Message:
-----------
Add some tests for miniball and planefit (#3061)
Commit: bd6beb87c80eedde630b632cdeddfc93a8d6e8b6
https://github.com/PDAL/PDAL/commit/bd6beb87c80eedde630b632cdeddfc93a8d6e8b6
Author: chambbj <brad.chambers at gmail.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M filters/SMRFilter.cpp
Log Message:
-----------
Exit knnfill early if provisional surface is entirely NaN (#3060)
Commit: ad567cfbb09d9f809698d517d6c637623a20593b
https://github.com/PDAL/PDAL/commit/ad567cfbb09d9f809698d517d6c637623a20593b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M filters/SMRFilter.cpp
Log Message:
-----------
Fix row/column calculation. (#3070)
Close #3069
Commit: 431fe9231fb30d330447f0eeb80f3370f2e314c0
https://github.com/PDAL/PDAL/commit/431fe9231fb30d330447f0eeb80f3370f2e314c0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M filters/SMRFilter.cpp
M filters/SMRFilter.hpp
Log Message:
-----------
Use neighbors() instead of knnSearch() to get only valid neighbors. (#3072)
* Use neighbors() instead of knnSearch() to get only valid neighbors.
Compute filled vector in place.
* Merge fix.
Commit: 1a3215d559f36170492c2c8b37bb40bdd39ced45
https://github.com/PDAL/PDAL/commit/1a3215d559f36170492c2c8b37bb40bdd39ced45
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M filters/SMRFilter.cpp
M filters/private/Segmentation.cpp
M filters/private/Segmentation.hpp
Log Message:
-----------
Fix classbits ctor and put classbits in a class (#3068)
* Use default classbits.
Create a class to deal with classbits.
* Remove confusing boolean cast of PointClasses.
Make bits private.
Commit: c9bc5b3a10925130cda8be699f3d485f194a4f03
https://github.com/PDAL/PDAL/commit/c9bc5b3a10925130cda8be699f3d485f194a4f03
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M doc/about.rst
A doc/stages/filters.julia.rst
M doc/stages/filters.rst
M doc/stages/readers.pcd.rst
M doc/stages/writers.pcd.rst
M filters/SMRFilter.cpp
M filters/SMRFilter.hpp
M filters/private/Segmentation.cpp
M filters/private/Segmentation.hpp
M test/unit/CMakeLists.txt
A test/unit/filters/MiniballFilterTest.cpp
A test/unit/filters/PlaneFitFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into progressive-nocopy
Commit: f6b35686414c57a42941d47d1412e52fa52da362
https://github.com/PDAL/PDAL/commit/f6b35686414c57a42941d47d1412e52fa52da362
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M filters/SMRFilter.cpp
Log Message:
-----------
Remove Obj calculation changes for now.
Compare: https://github.com/PDAL/PDAL/compare/c78d4b36f0b4...f6b35686414c
More information about the pdal-commits
mailing list