[pdal-commits] [PDAL/PDAL] cc83fd: Add stream mode for kernels.merge
GitHub
noreply at github.com
Wed May 23 08:18:18 PDT 2018
Branch: refs/heads/issue-2016
Home: https://github.com/PDAL/PDAL
Commit: cc83fd44f41d0e606242385553da04f09abb6f8d
https://github.com/PDAL/PDAL/commit/cc83fd44f41d0e606242385553da04f09abb6f8d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-14 (Mon, 14 May 2018)
Changed paths:
M kernels/MergeKernel.cpp
Log Message:
-----------
Add stream mode for kernels.merge
Commit: e5cb4144944e12e76085f868341ffc228de65a74
https://github.com/PDAL/PDAL/commit/e5cb4144944e12e76085f868341ffc228de65a74
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M cmake/unix_compiler_options.cmake
M doc/stages/writers.pgpointcloud.rst
M filters/AssignFilter.cpp
M io/LasHeader.cpp
M io/PlyReader.cpp
M io/PlyWriter.cpp
M kernels/TIndexKernel.cpp
M pdal/Kernel.cpp
M pdal/Metadata.cpp
M pdal/Metadata.hpp
M pdal/PDALUtils.cpp
M pdal/Streamable.cpp
M pdal/Streamable.hpp
M pdal/pdal_types.hpp
M pdal/util/FileUtils.cpp
M pdal/util/Utils.hpp
M test/data/las/utm17.las
M test/unit/StreamingTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/kazhdan/Array.h
M vendor/kazhdan/MultiGridOctreeData.System.inl
M vendor/kazhdan/MultiGridOctreeData.h
M vendor/kazhdan/MultiGridOctreeData.inl
M vendor/kazhdan/PPolynomial.inl
M vendor/kazhdan/PoissonRecon.h
M vendor/pdalboost/boost/mpl/assert.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2016
Commit: 8cf2c5b4d5dc047eaff4a2693703b6b8b774dbaf
https://github.com/PDAL/PDAL/commit/8cf2c5b4d5dc047eaff4a2693703b6b8b774dbaf
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-23 (Wed, 23 May 2018)
Changed paths:
M cmake/unix_compiler_options.cmake
M cmake/win32_compiler_options.cmake
M doc/apps/pipeline.rst
M doc/download.rst
M doc/pipeline.rst
A doc/workshop/Makefile
M doc/workshop/conf.py
M doc/workshop/index.rst
M doc/workshop/slides/source/introduction.rst
A doc/workshop/slides/source/rasterization.rst
M doc/workshop/slides/source/software.rst
M examples/writing-reader/MyReader.cpp
M filters/ClusterFilter.cpp
M filters/DecimationFilter.cpp
M filters/GreedyProjection.cpp
M filters/HeadFilter.hpp
M filters/LOFFilter.cpp
M filters/LocateFilter.cpp
M filters/MongusFilter.cpp
M filters/SMRFilter.cpp
M filters/TailFilter.hpp
M filters/private/DimRange.cpp
M filters/private/pnp/GridPnp.hpp
M io/BpfHeader.cpp
M io/BpfReader.cpp
M io/BpfWriter.cpp
M io/GDALGrid.cpp
M io/GDALReader.cpp
M io/HeaderVal.hpp
M io/LasHeader.cpp
M io/LasReader.cpp
M io/LasWriter.cpp
M io/LasWriter.hpp
M io/OptechReader.cpp
M io/PlyWriter.cpp
M io/QfitReader.cpp
M io/TerrasolidReader.cpp
M pdal/ArtifactManager.hpp
M pdal/DimUtil.hpp
M pdal/EigenUtils.cpp
M pdal/KDIndex.hpp
M pdal/PDALUtils.cpp
M pdal/PipelineReaderJSON.cpp
M pdal/PluginDirectory.cpp
M pdal/PointLayout.cpp
M pdal/QuadIndex.cpp
M pdal/Reader.cpp
M pdal/Scaling.cpp
M pdal/SpatialReference.cpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M pdal/compression/LazPerfCompression.cpp
M pdal/compression/LazPerfVlrCompression.cpp
M pdal/compression/LzmaCompression.cpp
M pdal/util/Utils.cpp
M pdal/util/Utils.hpp
M plugins/delaunay/filters/Delaunay_psm.cpp
M plugins/delaunay/filters/Delaunay_psm.h
M plugins/greyhound/io/bounds.cpp
M plugins/greyhound/io/bounds.hpp
M plugins/greyhound/io/point.hpp
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/mbio/io/MbReader.cpp
M plugins/mrsid/io/MrsidReader.cpp
M plugins/oci/test/OCITest.cpp
M plugins/pcl/pipeline/PCLPipeline.hpp
M plugins/rxp/io/RxpPointcloud.cpp
M plugins/rxp/test/RxpReaderTest.cpp
M plugins/sqlite/io/SQLiteCommon.hpp
M plugins/sqlite/io/SQLiteReader.cpp
A test/data/pipeline/range_bad_limits.json.in
A test/data/pipeline/range_multi_limits.json.in
M test/unit/ArtifactTest.cpp
M test/unit/DeflateTest.cpp
M test/unit/LazPerfTest.cpp
M test/unit/LzmaTest.cpp
M test/unit/PluginManagerTest.cpp
M test/unit/ZstdTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
M test/unit/io/LasWriterTest.cpp
M tools/lasdump/Lasdump.hpp
M tools/nitfwrap/NitfWrap.cpp
M vendor/arbiter/arbiter.cpp
M vendor/kazhdan/MAT.inl
M vendor/kazhdan/PoissonRecon.h
M vendor/kazhdan/point_source/PointSource.h
M vendor/nanoflann/nanoflann.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2016
Commit: d93a06c4843e28193c9563ee933c49af4d9fd290
https://github.com/PDAL/PDAL/commit/d93a06c4843e28193c9563ee933c49af4d9fd290
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-23 (Wed, 23 May 2018)
Changed paths:
M test/unit/apps/MergeTest.cpp
Log Message:
-----------
Test for stream/standard mode on pdal merge.
Compare: https://github.com/PDAL/PDAL/compare/cc83fd44f41d^...d93a06c4843e
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list