[pdal-commits] [PDAL/PDAL] c7e6a8: Rename FindPoints2Grid to FindP2G so that FeatureS...
GitHub
noreply at github.com
Fri Jan 9 15:58:45 PST 2015
Branch: refs/heads/laz-perf-vagrant
Home: https://github.com/PDAL/PDAL
Commit: c7e6a88f04b39255e1cce2c66e6cdca31da8eacc
https://github.com/PDAL/PDAL/commit/c7e6a88f04b39255e1cce2c66e6cdca31da8eacc
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
A cmake/modules/FindP2G.cmake
R cmake/modules/FindPoints2Grid.cmake
M plugins/p2g/CMakeLists.txt
Log Message:
-----------
Rename FindPoints2Grid to FindP2G so that FeatureSummary will behave correctly.
Commit: 76a82b61fdeadd8f16092873d67bc39168dcef45
https://github.com/PDAL/PDAL/commit/76a82b61fdeadd8f16092873d67bc39168dcef45
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
A cmake/boost.cmake
A cmake/common.cmake
A cmake/compiler_options.cmake
A cmake/directories.cmake
A cmake/gdal.cmake
A cmake/geos.cmake
A cmake/geotiff.cmake
A cmake/hdf5.cmake
A cmake/iconv.cmake
A cmake/laszip.cmake
A cmake/lazperf.cmake
A cmake/libraries.cmake
A cmake/libxml2.cmake
A cmake/macros.cmake
A cmake/modules.cmake
M cmake/modules/FindLASzip.cmake
A cmake/nitro.cmake
R cmake/pdal_options.cmake
R cmake/pdal_targets.cmake
R cmake/pdal_utils.cmake
A cmake/policies.cmake
A cmake/postgres.cmake
A cmake/python.cmake
A cmake/sqlite.cmake
A cmake/threads.cmake
A cmake/unix_compiler_options.cmake
A cmake/win32_compiler_options.cmake
A cmake/zlib.cmake
M filters/chipper/CMakeLists.txt
M filters/chipper/ChipperFilter.cpp
M filters/colorization/CMakeLists.txt
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CMakeLists.txt
M filters/decimation/CMakeLists.txt
M filters/decimation/DecimationFilter.cpp
M filters/ferry/CMakeLists.txt
M filters/ferry/FerryFilter.cpp
M filters/merge/CMakeLists.txt
M filters/mortonorder/CMakeLists.txt
M filters/mortonorder/MortonOrderFilter.cpp
M filters/reprojection/CMakeLists.txt
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/CMakeLists.txt
M filters/sort/SortFilter.hpp
M filters/splitter/CMakeLists.txt
M filters/splitter/SplitterFilter.cpp
M filters/stats/CMakeLists.txt
M filters/stats/StatsFilter.cpp
R include/pdal/Bounds.hpp
M include/pdal/Drivers.hpp
M include/pdal/Filters.hpp
M include/pdal/IStream.hpp
M include/pdal/Kernels.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/pdal_export.hpp
M include/pdal/plang/BufferedInvocation.hpp
M include/pdal/plang/Invocation.hpp
M include/pdal/plang/PythonEnvironment.hpp
M include/pdal/plang/Script.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.cpp
M io/bpf/CMakeLists.txt
M io/faux/CMakeLists.txt
M io/faux/FauxReader.cpp
M io/las/CMakeLists.txt
M io/las/LasHeader.cpp
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/las/SummaryData.cpp
M io/las/SummaryData.hpp
M io/las/VariableLengthRecord.cpp
M io/las/ZipPoint.cpp
M io/qfit/CMakeLists.txt
M io/qfit/QfitReader.cpp
M io/sbet/CMakeLists.txt
M io/sbet/SbetCommon.cpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.cpp
M io/sbet/SbetWriter.hpp
M io/terrasolid/CMakeLists.txt
M io/terrasolid/TerrasolidReader.cpp
M io/text/CMakeLists.txt
M io/text/TextWriter.cpp
M kernels/CMakeLists.txt
M kernels/Kernel.cpp
M kernels/delta/CMakeLists.txt
M kernels/diff/CMakeLists.txt
M kernels/info/CMakeLists.txt
M kernels/info/InfoKernel.cpp
M kernels/pipeline/CMakeLists.txt
M kernels/random/CMakeLists.txt
M kernels/sort/CMakeLists.txt
M kernels/sort/SortKernel.cpp
M kernels/translate/CMakeLists.txt
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/CMakeLists.txt
M plugins/greyhound/CMakeLists.txt
M plugins/hexbin/CMakeLists.txt
M plugins/icebridge/CMakeLists.txt
M plugins/mrsid/CMakeLists.txt
M plugins/nitf/CMakeLists.txt
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/nitf/io/NitfWriter.hpp
M plugins/oci/CMakeLists.txt
M plugins/p2g/CMakeLists.txt
M plugins/pcl/CMakeLists.txt
M plugins/pgpointcloud/CMakeLists.txt
M plugins/pgpointcloud/test/Pgtest-Support.hpp.in
M plugins/python/CMakeLists.txt
M plugins/python/test/PredicateFilterTest.cpp
M plugins/python/test/ProgrammableFilterTest.cpp
M plugins/rxp/CMakeLists.txt
M plugins/sqlite/CMakeLists.txt
R src/Bounds.cpp
M src/CMakeLists.txt
M src/plang/BufferedInvocation.cpp
M src/plang/Invocation.cpp
M src/plang/PythonEnvironment.cpp
M src/plang/Redirector.cpp
M src/plang/Redirector.hpp
M src/plang/Script.cpp
M test/unit/io/las/LasWriterTest.cpp
R test/unit/runsingly.sh
A tools/CMakeLists.txt
A tools/lasdump/CMakeLists.txt
A tools/lasdump/Dumper.cpp
A tools/lasdump/Dumper.hpp
A tools/lasdump/Header.cpp
A tools/lasdump/Header.hpp
A tools/lasdump/Lasdump.hpp
A tools/lasdump/Vlr.hpp
A util/Bounds.cpp
A util/Bounds.hpp
A util/CMakeLists.txt
A util/README
A util/pdal
M vendor/gtest-1.7.0/include/gtest/internal/gtest-port.h
Log Message:
-----------
Add lasdump and separate build dependencies.
Commit: 5ddb812c1e35ed401b00a216168d8e75cbb80f69
https://github.com/PDAL/PDAL/commit/5ddb812c1e35ed401b00a216168d8e75cbb80f69
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M tools/lasdump/Dumper.hpp
Log Message:
-----------
need <iostream> in Dumper for std::cout
Commit: 03a8bebc98db21f6409c6f0b30f4f04932ce2036
https://github.com/PDAL/PDAL/commit/03a8bebc98db21f6409c6f0b30f4f04932ce2036
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
Log Message:
-----------
Merge pull request #683 from PDAL/hdf5-linux-updates
make IceBridge work on Vagrant
Commit: 0505ccad9818e2ef8f61de8772d6a8aa7f05625c
https://github.com/PDAL/PDAL/commit/0505ccad9818e2ef8f61de8772d6a8aa7f05625c
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M tools/lasdump/Dumper.hpp
Log Message:
-----------
std:: prefix cout for dumper
Commit: f1cfd6406b7dbcb74e29e32b2daf1740088c6004
https://github.com/PDAL/PDAL/commit/f1cfd6406b7dbcb74e29e32b2daf1740088c6004
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
M include/pdal/Filters.hpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
Log Message:
-----------
Add transformation filter
This filter applies an arbitrary 4x4 matrix to each xyz triplet. There
is no checking to ensure the matrix is a valid affine transformation, or
anything of the sort.
Commit: 00001681e8ad17912ae0d3416e8690c35a1431aa
https://github.com/PDAL/PDAL/commit/00001681e8ad17912ae0d3416e8690c35a1431aa
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
M include/pdal/Filters.hpp
M src/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
Log Message:
-----------
Merge branch 'filters/transformation'
Closes #685
Commit: 278d2d7e73373c6af8635576019d1806bfcf5245
https://github.com/PDAL/PDAL/commit/278d2d7e73373c6af8635576019d1806bfcf5245
Author: Connor Manning <connor at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
R cmake/modules/FindLazperf.cmake
Log Message:
-----------
Remove FindLazperf.cmake module.
Commit: a66f62ab43acf2ac9079b6612d9d01d96c5e7df2
https://github.com/PDAL/PDAL/commit/a66f62ab43acf2ac9079b6612d9d01d96c5e7df2
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
R cmake/modules/FindLazperf.cmake
Log Message:
-----------
Merge pull request #686 from PDAL/find-lazperf
Remove FindLazperf.cmake module.
Commit: ba83b1923248f964fe9e7565d4c9dc7e92080bc2
https://github.com/PDAL/PDAL/commit/ba83b1923248f964fe9e7565d4c9dc7e92080bc2
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
A cmake/boost.cmake
A cmake/common.cmake
A cmake/compiler_options.cmake
A cmake/directories.cmake
A cmake/gdal.cmake
A cmake/geos.cmake
A cmake/geotiff.cmake
A cmake/hdf5.cmake
A cmake/iconv.cmake
A cmake/laszip.cmake
A cmake/lazperf.cmake
A cmake/libraries.cmake
A cmake/libxml2.cmake
A cmake/macros.cmake
A cmake/modules.cmake
M cmake/modules/FindLASzip.cmake
R cmake/modules/FindLazperf.cmake
A cmake/modules/FindP2G.cmake
R cmake/modules/FindPoints2Grid.cmake
A cmake/nitro.cmake
R cmake/pdal_options.cmake
R cmake/pdal_targets.cmake
R cmake/pdal_utils.cmake
A cmake/policies.cmake
A cmake/postgres.cmake
A cmake/python.cmake
A cmake/sqlite.cmake
A cmake/threads.cmake
A cmake/unix_compiler_options.cmake
A cmake/win32_compiler_options.cmake
A cmake/zlib.cmake
A doc/stages/filters.transformation.rst
M doc/stages/index.rst
M filters/CMakeLists.txt
M filters/chipper/CMakeLists.txt
M filters/chipper/ChipperFilter.cpp
M filters/colorization/CMakeLists.txt
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CMakeLists.txt
M filters/decimation/CMakeLists.txt
M filters/decimation/DecimationFilter.cpp
M filters/ferry/CMakeLists.txt
M filters/ferry/FerryFilter.cpp
M filters/merge/CMakeLists.txt
M filters/mortonorder/CMakeLists.txt
M filters/mortonorder/MortonOrderFilter.cpp
M filters/reprojection/CMakeLists.txt
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/CMakeLists.txt
M filters/sort/SortFilter.hpp
M filters/splitter/CMakeLists.txt
M filters/splitter/SplitterFilter.cpp
M filters/stats/CMakeLists.txt
M filters/stats/StatsFilter.cpp
A filters/transformation/CMakeLists.txt
A filters/transformation/TransformationFilter.cpp
A filters/transformation/TransformationFilter.hpp
R include/pdal/Bounds.hpp
M include/pdal/Drivers.hpp
M include/pdal/Filters.hpp
M include/pdal/IStream.hpp
M include/pdal/Kernels.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/pdal_export.hpp
M include/pdal/plang/BufferedInvocation.hpp
M include/pdal/plang/Invocation.hpp
M include/pdal/plang/PythonEnvironment.hpp
M include/pdal/plang/Script.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.cpp
M io/bpf/CMakeLists.txt
M io/faux/CMakeLists.txt
M io/faux/FauxReader.cpp
M io/las/CMakeLists.txt
M io/las/LasHeader.cpp
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/las/SummaryData.cpp
M io/las/SummaryData.hpp
M io/las/VariableLengthRecord.cpp
M io/las/ZipPoint.cpp
M io/qfit/CMakeLists.txt
M io/qfit/QfitReader.cpp
M io/sbet/CMakeLists.txt
M io/sbet/SbetCommon.cpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.cpp
M io/sbet/SbetWriter.hpp
M io/terrasolid/CMakeLists.txt
M io/terrasolid/TerrasolidReader.cpp
M io/text/CMakeLists.txt
M io/text/TextWriter.cpp
M kernels/CMakeLists.txt
M kernels/Kernel.cpp
M kernels/delta/CMakeLists.txt
M kernels/diff/CMakeLists.txt
M kernels/info/CMakeLists.txt
M kernels/info/InfoKernel.cpp
M kernels/pipeline/CMakeLists.txt
M kernels/random/CMakeLists.txt
M kernels/sort/CMakeLists.txt
M kernels/sort/SortKernel.cpp
M kernels/translate/CMakeLists.txt
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/CMakeLists.txt
M plugins/greyhound/CMakeLists.txt
M plugins/hexbin/CMakeLists.txt
M plugins/icebridge/CMakeLists.txt
M plugins/mrsid/CMakeLists.txt
M plugins/nitf/CMakeLists.txt
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/nitf/io/NitfWriter.hpp
M plugins/oci/CMakeLists.txt
M plugins/p2g/CMakeLists.txt
M plugins/pcl/CMakeLists.txt
M plugins/pgpointcloud/CMakeLists.txt
M plugins/pgpointcloud/test/Pgtest-Support.hpp.in
M plugins/python/CMakeLists.txt
M plugins/python/test/PredicateFilterTest.cpp
M plugins/python/test/ProgrammableFilterTest.cpp
M plugins/rxp/CMakeLists.txt
M plugins/sqlite/CMakeLists.txt
R src/Bounds.cpp
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/plang/BufferedInvocation.cpp
M src/plang/Invocation.cpp
M src/plang/PythonEnvironment.cpp
M src/plang/Redirector.cpp
M src/plang/Redirector.hpp
M src/plang/Script.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/TransformationFilterTest.cpp
M test/unit/io/las/LasWriterTest.cpp
R test/unit/runsingly.sh
A tools/CMakeLists.txt
A tools/lasdump/CMakeLists.txt
A tools/lasdump/Dumper.cpp
A tools/lasdump/Dumper.hpp
A tools/lasdump/Header.cpp
A tools/lasdump/Header.hpp
A tools/lasdump/Lasdump.hpp
A tools/lasdump/Vlr.hpp
A util/Bounds.cpp
A util/Bounds.hpp
A util/CMakeLists.txt
A util/README
A util/pdal
M vendor/gtest-1.7.0/include/gtest/internal/gtest-port.h
Log Message:
-----------
Merge branch 'master' into laz-perf-vagrant
Commit: e5ffeb8916e2ab0bcf6a9146ab3db7d2661e2894
https://github.com/PDAL/PDAL/commit/e5ffeb8916e2ab0bcf6a9146ab3db7d2661e2894
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M cmake/examples/hobu-config.sh
Log Message:
-----------
catch up to new lazperf changes
Compare: https://github.com/PDAL/PDAL/compare/2f0e03255dfc...e5ffeb8916e2
More information about the pdal-commits
mailing list