[pdal-commits] [PDAL/PDAL] 82d712: add ability for pdal::Kernel to add hidden switche...
GitHub
noreply at github.com
Thu Apr 9 08:17:29 PDT 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 82d712452b551114466991899e13620aff657cdc
https://github.com/PDAL/PDAL/commit/82d712452b551114466991899e13620aff657cdc
Author: Howard Butler <howard at hobu.co>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M include/pdal/Kernel.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/pipeline/PipelineKernel.hpp
M src/Kernel.cpp
Log Message:
-----------
add ability for pdal::Kernel to add hidden switches, use to implement --pointcloudschema output for pdal info and pdal pipeline
Commit: 7fc3a62f0d242efcdb900a54c76b46786b71ec59
https://github.com/PDAL/PDAL/commit/7fc3a62f0d242efcdb900a54c76b46786b71ec59
Author: Howard Butler <howard at hobu.co>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M kernels/info/InfoKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
Log Message:
-----------
protect XMLSchema with PDAL_HAVE_LIBXML2
Commit: a216638cb1a577d98e1c914e357d25945800b484
https://github.com/PDAL/PDAL/commit/a216638cb1a577d98e1c914e357d25945800b484
Author: Howard Butler <howard at hobu.co>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M CMakeLists.txt
M filters/chipper/ChipperFilter.hpp
M filters/colorization/ColorizationFilter.cpp
M filters/colorization/ColorizationFilter.hpp
M filters/crop/CropFilter.hpp
M filters/decimation/DecimationFilter.hpp
M filters/ferry/FerryFilter.cpp
M filters/ferry/FerryFilter.hpp
M filters/merge/MergeFilter.hpp
M filters/mortonorder/MortonOrderFilter.hpp
M filters/range/RangeFilter.hpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M filters/sort/SortFilter.hpp
M filters/splitter/SplitterFilter.hpp
M filters/stats/StatsFilter.cpp
M filters/stats/StatsFilter.hpp
M filters/transformation/TransformationFilter.cpp
M filters/transformation/TransformationFilter.hpp
M include/pdal/Compression.hpp
M include/pdal/Filter.hpp
M include/pdal/GlobalEnvironment.hpp
M include/pdal/PipelineManager.hpp
M include/pdal/PluginManager.hpp
M include/pdal/PointLayout.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/QuadIndex.hpp
M include/pdal/Stage.hpp
M include/pdal/StageWrapper.hpp
M include/pdal/Utils.hpp
M include/pdal/pdal_macros.hpp
M include/pdal/plang/BufferedInvocation.hpp
R include/pdal/plugin.h
A include/pdal/plugin.hpp
M io/bpf/BpfReader.hpp
M io/bpf/BpfWriter.hpp
M io/faux/FauxReader.hpp
M io/las/LasReader.hpp
M io/las/LasWriter.hpp
M io/null/NullWriter.hpp
M io/optech/OptechReader.hpp
M io/qfit/QfitReader.hpp
M io/rialto/RialtoWriter.hpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.hpp
M io/terrasolid/TerrasolidReader.hpp
M io/text/TextWriter.hpp
M kernels/delta/DeltaKernel.hpp
M kernels/diff/DiffKernel.hpp
M kernels/info/InfoKernel.hpp
M kernels/pipeline/PipelineKernel.hpp
M kernels/random/RandomKernel.hpp
M kernels/sort/SortKernel.hpp
M kernels/translate/TranslateKernel.hpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/attribute/filters/AttributeFilter.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/hexbin/filters/HexBin.hpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/oci/CMakeLists.txt
M plugins/oci/io/OciCommon.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciReader.hpp
M plugins/oci/io/OciWriter.cpp
M plugins/oci/io/OciWriter.hpp
M plugins/oci/test/OCITest.cpp
M plugins/pcl/filters/GroundFilter.hpp
M plugins/python/filters/PredicateFilter.cpp
M plugins/python/filters/ProgrammableFilter.cpp
M plugins/python/filters/ProgrammableFilter.hpp
M scripts/ci/before_install.sh
M scripts/ci/script.sh
M src/DbWriter.cpp
M src/GlobalEnvironment.cpp
M src/QuadIndex.cpp
M src/plang/BufferedInvocation.cpp
M src/plang/Script.cpp
M test/unit/CompressionTest.cpp
M test/unit/MetadataTest.cpp
M test/unit/PointViewTest.cpp
M test/unit/TestConfig.cpp
M test/unit/TestConfig.hpp.in
M test/unit/filters/SortFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into sdo_pc
Commit: 9f65bd6f0a57c4a2e7129b33b288db5d399f598e
https://github.com/PDAL/PDAL/commit/9f65bd6f0a57c4a2e7129b33b288db5d399f598e
Author: Howard Butler <howard at hobu.co>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M include/pdal/Kernel.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/pipeline/PipelineKernel.hpp
M src/Kernel.cpp
Log Message:
-----------
Merge pull request #863 from PDAL/sdo_pc
add ability for pdal::Kernel to add hidden switches, use to implement --pointcloudschema output for pdal info and pdal pipeline
Compare: https://github.com/PDAL/PDAL/compare/3f868e17fc6f...9f65bd6f0a57
More information about the pdal-commits
mailing list