[pdal-commits] [PDAL/PDAL] 51642f: make BufferReader a public header

GitHub noreply at github.com
Fri Jan 23 15:37:13 PST 2015


  Branch: refs/heads/python
  Home:   https://github.com/PDAL/PDAL
  Commit: 51642f6b19efd8df967084717dd6e6483db86f97
      https://github.com/PDAL/PDAL/commit/51642f6b19efd8df967084717dd6e6483db86f97
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    A include/pdal/BufferReader.hpp
    M include/pdal/Drivers.hpp
    R io/buffer/BufferReader.hpp
    M kernels/Kernel.cpp
    M kernels/sort/SortKernel.cpp
    M kernels/translate/TranslateKernel.cpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M src/CMakeLists.txt
    M test/unit/io/buffer/BufferTest.cpp

  Log Message:
  -----------
  make BufferReader a public header


  Commit: 7364d146a63b2b8120fc0e16431de3b5b8972791
      https://github.com/PDAL/PDAL/commit/7364d146a63b2b8120fc0e16431de3b5b8972791
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    A include/pdal/BufferReader.hpp
    M include/pdal/Drivers.hpp
    R io/buffer/BufferReader.hpp
    M kernels/Kernel.cpp
    M kernels/sort/SortKernel.cpp
    M kernels/translate/TranslateKernel.cpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M src/CMakeLists.txt
    M test/unit/io/buffer/BufferTest.cpp

  Log Message:
  -----------
  Merge pull request #705 from PDAL/issue/704-make-buffer-reader-public

make BufferReader a public header


  Commit: b12284691913cc82b6427bd68a434543eda43ff7
      https://github.com/PDAL/PDAL/commit/b12284691913cc82b6427bd68a434543eda43ff7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M include/pdal/Drivers.hpp
    M include/pdal/OStream.hpp
    M io/bpf/BpfHeader.cpp
    M io/bpf/BpfHeader.hpp
    M io/bpf/BpfReader.cpp
    A io/bpf/BpfWriter.cpp
    A io/bpf/BpfWriter.hpp
    M io/bpf/CMakeLists.txt
    M src/StageFactory.cpp

  Log Message:
  -----------
  First cut at BPF writer.


  Commit: 9bc7f87411880dd78b4e02e9689b09dac4844638
      https://github.com/PDAL/PDAL/commit/9bc7f87411880dd78b4e02e9689b09dac4844638
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M filters/transformation/TransformationFilter.hpp

  Log Message:
  -----------
  TransformationFilter needs to export transformationMatrixFromString


  Commit: fac2606fea0023a654518cd0e04a568cecd0554e
      https://github.com/PDAL/PDAL/commit/fac2606fea0023a654518cd0e04a568cecd0554e
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M include/pdal/PDALUtils.hpp

  Log Message:
  -----------
  PDALUtils needs to export toJSON


  Commit: eae4598b3511944800b6e023102af59c97477252
      https://github.com/PDAL/PDAL/commit/eae4598b3511944800b6e023102af59c97477252
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M include/pdal/pdal_export.hpp

  Log Message:
  -----------
  pdal_export will always need pdal_defines (rather than hoping the including file took care of it first)


  Commit: e587ff3b14965f7888db10ff6878aa61cba2818a
      https://github.com/PDAL/PDAL/commit/e587ff3b14965f7888db10ff6878aa61cba2818a
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M util/Bounds.hpp

  Log Message:
  -----------
  if we do not want to rely on PDAL (pdal_export.hpp) to build the Utils library, then we need to define PDAL_DLL locally


  Commit: 7bcbbdd559a093f05da6497af888d9db7390cf87
      https://github.com/PDAL/PDAL/commit/7bcbbdd559a093f05da6497af888d9db7390cf87
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M tools/lasdump/Dumper.cpp

  Log Message:
  -----------
  Remove lambda with default arg.


  Commit: f5665d831b65469ef1a451aa5f37dc41b1d19f3d
      https://github.com/PDAL/PDAL/commit/f5665d831b65469ef1a451aa5f37dc41b1d19f3d
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/examples/pramsey-config.sh
    M cmake/gdal.cmake
    R cmake/iconv.cmake
    M cmake/libxml2.cmake

  Log Message:
  -----------
  remove iconv #707


  Commit: 3334338d6d7b931792194cea761dd9973be6a11f
      https://github.com/PDAL/PDAL/commit/3334338d6d7b931792194cea761dd9973be6a11f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M filters/transformation/TransformationFilter.hpp
    A include/pdal/BufferReader.hpp
    M include/pdal/Drivers.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/pdal_export.hpp
    R io/buffer/BufferReader.hpp
    M kernels/Kernel.cpp
    M kernels/sort/SortKernel.cpp
    M kernels/translate/TranslateKernel.cpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M src/CMakeLists.txt
    M test/unit/io/buffer/BufferTest.cpp
    M util/Bounds.hpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL


  Commit: f833447e4281df1d9bc4b0c39fd35697915a3df4
      https://github.com/PDAL/PDAL/commit/f833447e4281df1d9bc4b0c39fd35697915a3df4
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M filters/transformation/TransformationFilter.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/pdal_export.hpp
    M util/Bounds.hpp

  Log Message:
  -----------
  Merge branch 'master' into remove-iconv


  Commit: b2ccf659efe0d4568968ae30618dba4175b817ef
      https://github.com/PDAL/PDAL/commit/b2ccf659efe0d4568968ae30618dba4175b817ef
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M tools/lasdump/Header.cpp

  Log Message:
  -----------
  MSVC complains about multiply defined symbols, same workaround provided previously in LasHeader.cpp


  Commit: 2559ea50bd89a44467dca78355e39f17935e8a9b
      https://github.com/PDAL/PDAL/commit/2559ea50bd89a44467dca78355e39f17935e8a9b
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M tools/lasdump/Dumper.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 3c8a634a05c06cbe1183609e4d997deb293890fa
      https://github.com/PDAL/PDAL/commit/3c8a634a05c06cbe1183609e4d997deb293890fa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M include/pdal/Drivers.hpp
    M include/pdal/OStream.hpp
    M io/bpf/BpfHeader.cpp
    M io/bpf/BpfHeader.hpp
    M io/bpf/BpfReader.cpp
    A io/bpf/BpfWriter.cpp
    A io/bpf/BpfWriter.hpp
    M io/bpf/CMakeLists.txt
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #706 from PDAL/bpfwriter

First cut at BPF writer.


  Commit: 386d5aed228dd46b71a768f51993cf0a1dc04397
      https://github.com/PDAL/PDAL/commit/386d5aed228dd46b71a768f51993cf0a1dc04397
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/examples/pramsey-config.sh
    M cmake/gdal.cmake
    R cmake/iconv.cmake
    M cmake/libxml2.cmake

  Log Message:
  -----------
  Merge pull request #708 from PDAL/remove-iconv

remove iconv #707


  Commit: ca7f7fcdd48c40142a597cd77831f8727b08adc2
      https://github.com/PDAL/PDAL/commit/ca7f7fcdd48c40142a597cd77831f8727b08adc2
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  dimension max in bpf header never gets updated


  Commit: b02d0179f00e41e35eb2cff7a6e09c895b968770
      https://github.com/PDAL/PDAL/commit/b02d0179f00e41e35eb2cff7a6e09c895b968770
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M io/bpf/BpfHeader.cpp
    M io/bpf/BpfHeader.hpp

  Log Message:
  -----------
  Properly initialize Mueller matrix.
Check for X, Y and Z dimensions as now required by specification.


  Commit: 3946add236ed21b6ee8be495e522681397fe8443
      https://github.com/PDAL/PDAL/commit/3946add236ed21b6ee8be495e522681397fe8443
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M include/pdal/SpatialReference.hpp
    M src/SpatialReference.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Add SpatialReference::computeUTMZone(const BOX3D& box) const to calculate the UTM zone when you have a box in another coordinate system


  Commit: 3c1feb6bfda3e8f66c1de9c4f857bc72319dc0f3
      https://github.com/PDAL/PDAL/commit/3c1feb6bfda3e8f66c1de9c4f857bc72319dc0f3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M io/bpf/BpfHeader.hpp
    M io/bpf/BpfReader.cpp

  Log Message:
  -----------
  Apply transformation to BPF points as read.


  Commit: c471dee604b75bd4b0ae09f3c831383efc0bdefc
      https://github.com/PDAL/PDAL/commit/c471dee604b75bd4b0ae09f3c831383efc0bdefc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M io/bpf/BpfHeader.hpp
    M test/unit/io/bpf/BPFTest.cpp

  Log Message:
  -----------
  Fix Mueller matrix initialization/math.  Add test.


  Commit: 638f2d563dfda93821be52e97741f81171954400
      https://github.com/PDAL/PDAL/commit/638f2d563dfda93821be52e97741f81171954400
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M include/pdal/SpatialReference.hpp
    M src/SpatialReference.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Merge pull request #709 from PDAL/compute-utm-zone

Add SpatialReference::computeUTMZone(const BOX3D& box) const to calculate the UTM zone when you have a box in another coordinate system


  Commit: cc78fc7ba47b95a2b5cbc98e1ee021c562502cd7
      https://github.com/PDAL/PDAL/commit/cc78fc7ba47b95a2b5cbc98e1ee021c562502cd7
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M scripts/vagrant/pgpointcloud.sh

  Log Message:
  -----------
  set PDAL_DRIVER_PATH for vagrant invocation


  Commit: e4a3f21c69e58abfb1d0dea9a2871ad9be4e0dc0
      https://github.com/PDAL/PDAL/commit/e4a3f21c69e58abfb1d0dea9a2871ad9be4e0dc0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M include/pdal/Charbuf.hpp
    M include/pdal/IStream.hpp
    M include/pdal/OStream.hpp
    A io/bpf/BpfCompressor.cpp
    A io/bpf/BpfCompressor.hpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp
    M io/bpf/CMakeLists.txt
    M src/Charbuf.cpp

  Log Message:
  -----------
  Add compression to BPF writer.


  Commit: dceb7dcc10df2607cc54ae6890a35c2a8dd6a52b
      https://github.com/PDAL/PDAL/commit/dceb7dcc10df2607cc54ae6890a35c2a8dd6a52b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M include/pdal/SpatialReference.hpp
    M scripts/vagrant/pgpointcloud.sh
    M src/SpatialReference.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL


  Commit: 407b7c2e38609b0c8e2eeb4aba53a2c8c453abd4
      https://github.com/PDAL/PDAL/commit/407b7c2e38609b0c8e2eeb4aba53a2c8c453abd4
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake
    M pdal_defines.h.in
    M src/CMakeLists.txt
    M src/StageFactory.cpp

  Log Message:
  -----------
  rpath kind of working


  Commit: cf181dc8ac91767ead8492a5619e43cf9333b65d
      https://github.com/PDAL/PDAL/commit/cf181dc8ac91767ead8492a5619e43cf9333b65d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  Add support for writing dimension-major data.


  Commit: c2175dc626045020707787643acfdba39d0b8ca9
      https://github.com/PDAL/PDAL/commit/c2175dc626045020707787643acfdba39d0b8ca9
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake
    M src/StageFactory.cpp

  Log Message:
  -----------
  working dev and install rpath on OSX


  Commit: dc2f455c0a48fc262a6fff871e24f0c693a18ef8
      https://github.com/PDAL/PDAL/commit/dc2f455c0a48fc262a6fff871e24f0c693a18ef8
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M include/pdal/Charbuf.hpp
    M include/pdal/IStream.hpp
    M include/pdal/OStream.hpp
    A io/bpf/BpfCompressor.cpp
    A io/bpf/BpfCompressor.hpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp
    M io/bpf/CMakeLists.txt
    M src/Charbuf.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: f52407c2d50f1deda9ce7c1ad85a8db4bb056e00
      https://github.com/PDAL/PDAL/commit/f52407c2d50f1deda9ce7c1ad85a8db4bb056e00
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  Add support for byte-segregated data.


  Commit: cadb45e4de1d3f36c445c64de7958fa96de3a8ca
      https://github.com/PDAL/PDAL/commit/cadb45e4de1d3f36c445c64de7958fa96de3a8ca
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake
    M pdal_defines.h.in
    M src/CMakeLists.txt
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL


  Commit: 6a5b86706520162276a175d578b8778ef2c6320a
      https://github.com/PDAL/PDAL/commit/6a5b86706520162276a175d578b8778ef2c6320a
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake

  Log Message:
  -----------
  another whack at rpath -- don't install plugins in a special directory


  Commit: 40ee553fc81dc31113ce75ddaf1e18646aca8f3f
      https://github.com/PDAL/PDAL/commit/40ee553fc81dc31113ce75ddaf1e18646aca8f3f
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 9edcd9b59c9d1abca4b85402caa10ee49ad937b2
      https://github.com/PDAL/PDAL/commit/9edcd9b59c9d1abca4b85402caa10ee49ad937b2
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M util/CMakeLists.txt

  Log Message:
  -----------
  don't recursively install pdalutil headers


  Commit: 8eeec7199adc3c83398c3be3ec99fdd24e658cd9
      https://github.com/PDAL/PDAL/commit/8eeec7199adc3c83398c3be3ec99fdd24e658cd9
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M pdal_defines.h.in
    M src/StageFactory.cpp

  Log Message:
  -----------
  only CMAKE_BUILD_WITH_INSTALL_RPATH when APPLE


  Commit: 66f541eab96d1301d3571333a1af46dec831dc52
      https://github.com/PDAL/PDAL/commit/66f541eab96d1301d3571333a1af46dec831dc52
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M include/pdal/OStream.hpp
    M io/bpf/BpfCompressor.cpp
    M io/bpf/BpfCompressor.hpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp

  Log Message:
  -----------
  Move more fancy compression stuff to the compressor.  Add comments.


  Commit: 6ac6254c021b10ae30355a6b9304ccec99a3e7b5
      https://github.com/PDAL/PDAL/commit/6ac6254c021b10ae30355a6b9304ccec99a3e7b5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake
    M pdal_defines.h.in
    M src/StageFactory.cpp
    M util/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL


  Commit: da40bce8fba074170703abe3c85155c2ed8ca802
      https://github.com/PDAL/PDAL/commit/da40bce8fba074170703abe3c85155c2ed8ca802
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M cmake/macros.cmake

  Log Message:
  -----------
  remove @executable_path install_name for OSX


  Commit: 146cac44b6ba84bbf6d4cac5201666af34adbb1d
      https://github.com/PDAL/PDAL/commit/146cac44b6ba84bbf6d4cac5201666af34adbb1d
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M include/pdal/OStream.hpp
    M io/bpf/BpfCompressor.cpp
    M io/bpf/BpfCompressor.hpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 4675db02e7743a566a2e1dbb304a3d6277573182
      https://github.com/PDAL/PDAL/commit/4675db02e7743a566a2e1dbb304a3d6277573182
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M filters/chipper/ChipperFilter.hpp
    M filters/crop/CropFilter.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/QuadIndex.hpp
    M include/pdal/QuickInfo.hpp
    A include/pdal/util/Bounds.hpp
    M io/las/LasHeader.hpp
    M io/las/SummaryData.hpp
    M kernels/random/RandomKernel.hpp
    M plugins/oci/io/OciCommon.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/io/OciWriter.hpp
    M src/CMakeLists.txt
    M src/SpatialReference.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/Support.hpp
    M test/unit/io/faux/FauxReaderTest.cpp
    M tools/lasdump/Header.hpp
    M util/Bounds.cpp
    R util/Bounds.hpp
    M util/CMakeLists.txt

  Log Message:
  -----------
  move bounds to include/pdal/util #699


  Commit: 0bb8ed6d4057a9d62a400da7f12589a16a88ad75
      https://github.com/PDAL/PDAL/commit/0bb8ed6d4057a9d62a400da7f12589a16a88ad75
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp

  Log Message:
  -----------
  Verify we have X, Y and Z and they're the first three dimensions.


  Commit: aed11b69239cbadfad552de28b60d220a49e0c53
      https://github.com/PDAL/PDAL/commit/aed11b69239cbadfad552de28b60d220a49e0c53
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M include/pdal/IStream.hpp
    M include/pdal/OStream.hpp
    M io/bpf/BpfCompressor.cpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp
    M io/las/LasWriter.cpp

  Log Message:
  -----------
  Add UTM option for BpfWriter.
Add default options for BpfWriter.
Remove stream() from BpfWriter.
Correct options description for LAS writer.


  Commit: 3c5a8786c8887348b22f3ae317f60839a78d5ccd
      https://github.com/PDAL/PDAL/commit/3c5a8786c8887348b22f3ae317f60839a78d5ccd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M cmake/macros.cmake

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL


  Commit: 76276d20ae546a85d0726fe37351497059fea61f
      https://github.com/PDAL/PDAL/commit/76276d20ae546a85d0726fe37351497059fea61f
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M filters/chipper/ChipperFilter.hpp
    M filters/crop/CropFilter.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/QuadIndex.hpp
    M include/pdal/QuickInfo.hpp
    A include/pdal/util/Bounds.hpp
    M io/las/LasHeader.hpp
    M io/las/SummaryData.hpp
    M kernels/random/RandomKernel.hpp
    M plugins/oci/io/OciCommon.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/io/OciWriter.hpp
    M src/CMakeLists.txt
    M src/SpatialReference.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/Support.hpp
    M test/unit/io/faux/FauxReaderTest.cpp
    M tools/lasdump/Header.hpp
    M util/Bounds.cpp
    R util/Bounds.hpp
    M util/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #713 from PDAL/issues/699-move-bounds

move bounds to include/pdal/util #699


  Commit: 7bc7fe8eefea1bc19c37e9d9985a5c29ff8698ac
      https://github.com/PDAL/PDAL/commit/7bc7fe8eefea1bc19c37e9d9985a5c29ff8698ac
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    A PDALConfig.cmake.in
    A cmake/config.cmake
    M cmake/macros.cmake
    A examples/writing/CMakeLists.txt
    A examples/writing/tutorial.cpp

  Log Message:
  -----------
  initial commit of PDALConfig.cmake

Those wishing to link against PDAL will not need a FindPDAL.cmake file,
they will only need to set PDAL_DIR to point to PDALConfig.cmake, which
is installed by PDAL (typically in /usr/local/lib/pdal/cmake).

This is a minimal approach for now, only addressing a very basic PDAL
build (i.e., no plugins). It also does not propagate flags, definitions,
etc. as it probably should in the end.

A version of the writing tutorial from the docs is provided as an
example.


  Commit: d13fee7cf169aef6e91835215b1c33c2ce61a2fb
      https://github.com/PDAL/PDAL/commit/d13fee7cf169aef6e91835215b1c33c2ce61a2fb
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  we can specify multiple targets on the export line


  Commit: ff7923d57095d9d20b057cbf63b95761252b4ca6
      https://github.com/PDAL/PDAL/commit/ff7923d57095d9d20b057cbf63b95761252b4ca6
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  remove redundant export of pdal_util


  Commit: d7722743d3c51f348f8de86a0b51e6532f20ad4c
      https://github.com/PDAL/PDAL/commit/d7722743d3c51f348f8de86a0b51e6532f20ad4c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M plugins/pcl/CMakeLists.txt
    A plugins/pcl/filters/GroundFilter.cpp
    A plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp

  Log Message:
  -----------
  Add `filters.ground` and `kernels.ground`

`filters.ground` is a PDAL filter that calls the PCL PMF code directly (vice
going through PCLBlock or the PCL pipeline)

`kernels.ground` is a PDAL kernel that calls `filters.ground`

The primary motivation for this is so that we can retain all input dimentions,
extracting only ground indices if desired, and labeling as ground if a
Classification dimension is present.


  Commit: bf6bb4ef61d0a0950bc59d2eabda4e56b1ab40cb
      https://github.com/PDAL/PDAL/commit/bf6bb4ef61d0a0950bc59d2eabda4e56b1ab40cb
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  add gcc-multilib and g++-multilib to the Vagrant config


  Commit: 73cef630125b2067486afe729b5f9968deb18e0b
      https://github.com/PDAL/PDAL/commit/73cef630125b2067486afe729b5f9968deb18e0b
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M plugins/rxp/CMakeLists.txt

  Log Message:
  -----------
  Fix rivlib test's cmakelists

The plugin directory was named incorrectly, breaking tests.


  Commit: 5adf4c19f7d1ee1f80214da6c90af3dcb065ecf0
      https://github.com/PDAL/PDAL/commit/5adf4c19f7d1ee1f80214da6c90af3dcb065ecf0
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M plugins/rxp/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #718 from gadomski/rivlib-tests

Fix rivlib test's cmakelists


  Commit: 2487515d7f077e6f64f27b0c2b434bdcfeeb711d
      https://github.com/PDAL/PDAL/commit/2487515d7f077e6f64f27b0c2b434bdcfeeb711d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M include/pdal/Writer.hpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp
    M io/las/LasWriter.cpp
    M io/las/LasWriter.hpp
    M src/Writer.cpp

  Log Message:
  -----------
  Add scaling to BPF writer.


  Commit: fa986d10179e864bca4ffc7941b7fd76a181cffd
      https://github.com/PDAL/PDAL/commit/fa986d10179e864bca4ffc7941b7fd76a181cffd
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M scripts/ci/script.sh
    M scripts/vagrant/pdal.sh

  Log Message:
  -----------
  BUILD_PLUGIN_PYTHON should not depend

The WITH_PYTHON option was removed in
76a82b61fdeadd8f16092873d67bc39168dcef45, causing BUILD_PLUGIN_PYTHON to
not appear for fresh builds. Our Travis scripts were still setting this
option, causing the python tests to still run.


  Commit: b16eb2500462c363d5b0c8ea683dfe19c5770c20
      https://github.com/PDAL/PDAL/commit/b16eb2500462c363d5b0c8ea683dfe19c5770c20
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M scripts/ci/script.sh
    M scripts/vagrant/pdal.sh

  Log Message:
  -----------
  Merge pull request #720 from gadomski/with-python

BUILD_PLUGIN_PYTHON should not depend on WITH_PYTHON


  Commit: 707fa5ef21611c5b1ac7cd96d48cbb48f967aa70
      https://github.com/PDAL/PDAL/commit/707fa5ef21611c5b1ac7cd96d48cbb48f967aa70
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  Remove debug.


  Commit: 85114890ac499bd7e1e82f97d3e38ca7eb46df22
      https://github.com/PDAL/PDAL/commit/85114890ac499bd7e1e82f97d3e38ca7eb46df22
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M scripts/ci/script.sh
    M scripts/vagrant/pdal.sh

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL


  Commit: cfad732f824d491fe97b8e0087399ea2a36eaee7
      https://github.com/PDAL/PDAL/commit/cfad732f824d491fe97b8e0087399ea2a36eaee7
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M src/plang/BufferedInvocation.cpp

  Log Message:
  -----------
  We were using the default dimension name rather than the actual dimension name for filtering. Custom dimensions ended up being ''


  Commit: 440fbd001ad547b7283c0a3db94e05c652e5a900
      https://github.com/PDAL/PDAL/commit/440fbd001ad547b7283c0a3db94e05c652e5a900
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M src/plang/BufferedInvocation.cpp

  Log Message:
  -----------
  Merge pull request #721 from PDAL/use-real-dimension-name-for-filtering

We were using the default dimension name rather than the actual dimension name for filtering. Custom dimensions ended up being ''


  Commit: f3a6db1c281d5c8295f03a2cddcf03bdcc698b38
      https://github.com/PDAL/PDAL/commit/f3a6db1c281d5c8295f03a2cddcf03bdcc698b38
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M plugins/pcl/CMakeLists.txt
    A plugins/pcl/filters/GroundFilter.cpp
    A plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp

  Log Message:
  -----------
  Merge pull request #716 from PDAL/issue/689-ground-filter

Add `filters.ground` and `kernels.ground`


  Commit: b127121ad2e900acc4237b44bc62502f3c9b7fbe
      https://github.com/PDAL/PDAL/commit/b127121ad2e900acc4237b44bc62502f3c9b7fbe
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    A PDALConfig.cmake.in
    A cmake/config.cmake
    M cmake/macros.cmake
    A examples/writing/CMakeLists.txt
    A examples/writing/tutorial.cpp

  Log Message:
  -----------
  Merge pull request #714 from PDAL/PDALConfig

Pdal config


  Commit: 291a10986bd33c7c1e998b047baf69d979e16270
      https://github.com/PDAL/PDAL/commit/291a10986bd33c7c1e998b047baf69d979e16270
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M include/pdal/plang/Invocation.hpp
    M io/bpf/BpfWriter.cpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    M src/plang/BufferedInvocation.cpp
    M src/plang/Invocation.cpp

  Log Message:
  -----------
  manual merge


  Commit: b2228bdb2dcd762f7a1e66a72aa954c3ab80a98f
      https://github.com/PDAL/PDAL/commit/b2228bdb2dcd762f7a1e66a72aa954c3ab80a98f
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M cmake/examples/hobu-config.sh

  Log Message:
  -----------
  default my build to building with python


  Commit: 51245efef6fffa4e6ee4f42d15118a396aa87ba1
      https://github.com/PDAL/PDAL/commit/51245efef6fffa4e6ee4f42d15118a396aa87ba1
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M plugins/python/test/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  read our custom dimension out of ProgrammableFilter


  Commit: 1634fc4be176d0f3ea85e2480d2fe5cbdff5f636
      https://github.com/PDAL/PDAL/commit/1634fc4be176d0f3ea85e2480d2fe5cbdff5f636
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M io/bpf/BpfHeader.hpp
    M io/bpf/BpfReader.cpp
    M test/unit/io/bpf/BPFTest.cpp

  Log Message:
  -----------
  Fix transformation math according to revised document.


  Commit: 58da0c26e624d11a49246429fa8fedb8c2403f71
      https://github.com/PDAL/PDAL/commit/58da0c26e624d11a49246429fa8fedb8c2403f71
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    A PDALConfig.cmake.in
    M Vagrantfile
    A cmake/config.cmake
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/examples/pramsey-config.sh
    M cmake/gdal.cmake
    R cmake/iconv.cmake
    M cmake/libxml2.cmake
    M cmake/macros.cmake
    A examples/writing/CMakeLists.txt
    A examples/writing/tutorial.cpp
    M filters/chipper/ChipperFilter.hpp
    M filters/crop/CropFilter.hpp
    M filters/transformation/TransformationFilter.hpp
    A include/pdal/BufferReader.hpp
    M include/pdal/Charbuf.hpp
    M include/pdal/Drivers.hpp
    M include/pdal/IStream.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/OStream.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/QuadIndex.hpp
    M include/pdal/QuickInfo.hpp
    M include/pdal/SpatialReference.hpp
    M include/pdal/Writer.hpp
    M include/pdal/pdal_export.hpp
    A include/pdal/util/Bounds.hpp
    A io/bpf/BpfCompressor.cpp
    A io/bpf/BpfCompressor.hpp
    M io/bpf/BpfHeader.cpp
    M io/bpf/BpfHeader.hpp
    M io/bpf/BpfReader.cpp
    A io/bpf/BpfWriter.cpp
    A io/bpf/BpfWriter.hpp
    M io/bpf/CMakeLists.txt
    R io/buffer/BufferReader.hpp
    M io/las/LasHeader.hpp
    M io/las/LasWriter.cpp
    M io/las/LasWriter.hpp
    M io/las/SummaryData.hpp
    M kernels/Kernel.cpp
    M kernels/random/RandomKernel.hpp
    M kernels/sort/SortKernel.cpp
    M kernels/translate/TranslateKernel.cpp
    M pdal_defines.h.in
    M plugins/oci/io/OciCommon.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/io/OciWriter.hpp
    M plugins/pcl/CMakeLists.txt
    A plugins/pcl/filters/GroundFilter.cpp
    A plugins/pcl/filters/GroundFilter.hpp
    M plugins/pcl/kernel/GroundKernel.cpp
    M plugins/pcl/kernel/GroundKernel.hpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/python/plang/BufferedInvocation.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    M plugins/rxp/CMakeLists.txt
    M scripts/ci/script.sh
    M scripts/vagrant/pdal.sh
    M scripts/vagrant/pgpointcloud.sh
    M src/CMakeLists.txt
    M src/Charbuf.cpp
    M src/SpatialReference.cpp
    M src/StageFactory.cpp
    M src/Writer.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/Support.hpp
    M test/unit/io/bpf/BPFTest.cpp
    M test/unit/io/buffer/BufferTest.cpp
    M test/unit/io/faux/FauxReaderTest.cpp
    M tools/lasdump/Dumper.cpp
    M tools/lasdump/Header.cpp
    M tools/lasdump/Header.hpp
    M util/Bounds.cpp
    R util/Bounds.hpp
    M util/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into python


  Commit: 7bcc8e86a7b6dfe901ae54e023e4ac6846b0470d
      https://github.com/PDAL/PDAL/commit/7bcc8e86a7b6dfe901ae54e023e4ac6846b0470d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M plugins/python/plang/CMakeLists.txt
    M plugins/python/plang/Environment.cpp

  Log Message:
  -----------
  Debug Travis.


Compare: https://github.com/PDAL/PDAL/compare/f4a755d82d73...7bcc8e86a7b6


More information about the pdal-commits mailing list