[pdal-commits] [PDAL/PDAL] b0ab8d: Change defines to features.

GitHub noreply at github.com
Thu Feb 1 08:36:37 PST 2018


  Branch: refs/heads/plugin
  Home:   https://github.com/PDAL/PDAL
  Commit: b0ab8d2a35f3e621c63c23892d2771f36348b8fa
      https://github.com/PDAL/PDAL/commit/b0ab8d2a35f3e621c63c23892d2771f36348b8fa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M CMakeLists.txt
    M apps/pdal.cpp
    M io/Ilvis2Reader.cpp
    M io/Ilvis2Reader.hpp
    M io/LasHeader.cpp
    M kernels/HausdorffKernel.cpp
    M kernels/InfoKernel.cpp
    M pdal/Mesh.hpp
    M pdal/PDALUtils.hpp
    M pdal/PipelineManager.cpp
    M pdal/PluginManager.cpp
    M pdal/XMLSchema.hpp
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    M pdal/pdal_export.hpp
    M pdal/pdal_internal.hpp
    R pdal_defines.h.in
    A pdal_features.h.in
    M plugins/greyhound/CMakeLists.txt
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M test/unit/ConfigTest.cpp
    M test/unit/PluginManagerTest.cpp
    M test/unit/SegmentationTest.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Change defines to features.
In progress.


  Commit: 802abfb46b4684c5462506d5855e5ea7b04300e3
      https://github.com/PDAL/PDAL/commit/802abfb46b4684c5462506d5855e5ea7b04300e3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M pdal/pdal_config.hpp

  Log Message:
  -----------
  Remove extra def.


  Commit: 2e55a50e5b7f9bfc2bfcc4231ee575a65ac09d5b
      https://github.com/PDAL/PDAL/commit/2e55a50e5b7f9bfc2bfcc4231ee575a65ac09d5b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M pdal/PDALUtils.cpp

  Log Message:
  -----------
  Noexcept ugh.


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

  Changed paths:
    M pdal/PDALUtils.cpp

  Log Message:
  -----------
  Fix typo.


  Commit: 05c3636048c34f3937b93f6316e284b519dde00d
      https://github.com/PDAL/PDAL/commit/05c3636048c34f3937b93f6316e284b519dde00d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M pdal/PyArray.hpp
    M plugins/python/plang/Redirector.hpp

  Log Message:
  -----------
  Fix some python stuff.


  Commit: 12dc01fe45cce7b6a246d4f946797583f4dcfc7f
      https://github.com/PDAL/PDAL/commit/12dc01fe45cce7b6a246d4f946797583f4dcfc7f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp

  Log Message:
  -----------
  Add headers for sqlite.


  Commit: 6dd4bb251d3852383ccbc400ae3107e908490009
      https://github.com/PDAL/PDAL/commit/6dd4bb251d3852383ccbc400ae3107e908490009
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M CMakeLists.txt
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    A pdal/compression/DeflateCompression.cpp
    M pdal/compression/DeflateCompression.hpp
    A pdal/compression/LazPerfCompression.cpp
    M pdal/compression/LazPerfCompression.hpp
    A pdal/compression/LazPerfVlrCompression.cpp
    A pdal/compression/LazPerfVlrCompression.hpp
    A pdal/compression/LzmaCompression.cpp
    M pdal/compression/LzmaCompression.hpp
    A pdal/compression/ZstdCompression.cpp
    M pdal/compression/ZstdCompression.hpp
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/CompressionTest.cpp
    M test/unit/ConfigTest.cpp
    A test/unit/DeflateTest.cpp
    A test/unit/LazPerfTest.cpp
    A test/unit/LzmaTest.cpp
    A test/unit/ZstdTest.cpp

  Log Message:
  -----------
  Remove PDAL_HAVE dependencies from compression code.


  Commit: 2e9af63024acb9abb67682eb1ba5a1258a09b726
      https://github.com/PDAL/PDAL/commit/2e9af63024acb9abb67682eb1ba5a1258a09b726
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pdal/compression/LazPerfVlrCompression.hpp
    R test/unit/CompressionTest.cpp

  Log Message:
  -----------
  Remove dead test. Add header.


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

  Changed paths:
    M pdal/compression/LazPerfCompression.cpp
    M pdal/compression/LazPerfVlrCompression.cpp
    M pdal/compression/LazPerfVlrCompression.hpp

  Log Message:
  -----------
  Fix lots of typos.


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

  Changed paths:
    M CMakeLists.txt
    M apps/pdal.cpp
    M cmake/win32_compiler_options.cmake
    M io/Ilvis2Reader.hpp
    M io/QfitReader.cpp
    M pdal/GDALUtils.cpp
    M pdal/GEOSUtils.cpp
    M pdal/PDALUtils.cpp
    M pdal/PointView.hpp
    M pdal/SpatialReference.cpp
    M pdal/Writer.cpp
    M pdal/pdal_config.cpp
    M pdal/util/Utils.cpp
    M pdal/util/Uuid.hpp
    R pdal_features.h.in
    A pdal_features.hpp.in
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundWriter.cpp
    M plugins/mrsid/test/MrsidTest.cpp
    M plugins/nitf/io/MetadataReader.cpp
    M plugins/nitf/io/MetadataReader.hpp
    M plugins/nitf/io/NitfFileReader.hpp
    M plugins/nitf/io/NitfFileWriter.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.cpp
    M plugins/python/plang/Script.cpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Reduce dependencies on build system for correct compilation.


  Commit: 507428c20e46e48c1a35ce3ba0a7739caf5edfc2
      https://github.com/PDAL/PDAL/commit/507428c20e46e48c1a35ce3ba0a7739caf5edfc2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M plugins/nitf/io/MetadataReader.hpp
    M plugins/nitf/io/NitfFileReader.hpp
    M plugins/nitf/io/NitfFileWriter.hpp
    M plugins/nitf/io/NitfWriter.cpp

  Log Message:
  -----------
  Remove warning catch for dead option.


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

  Changed paths:
    M plugins/nitf/io/tre_plugins.cpp

  Log Message:
  -----------
  More.


  Commit: 71953e7b9402a20c3f004966a64915118563f37b
      https://github.com/PDAL/PDAL/commit/71953e7b9402a20c3f004966a64915118563f37b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M pdal/compression/Compression.hpp
    M pdal/compression/DeflateCompression.hpp
    M pdal/compression/LazPerfCompression.hpp
    M pdal/compression/LazPerfVlrCompression.hpp
    M pdal/compression/LzmaCompression.hpp
    M pdal/compression/ZstdCompression.hpp

  Log Message:
  -----------
  PDAL_DLL fun


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

  Changed paths:
    A doc/stages/filters.mortonorder.img1.png
    M doc/stages/filters.mortonorder.rst
    M doc/stages/filters.python.rst
    M doc/tutorial/pcl_spec.rst
    M filters/MortonOrderFilter.cpp
    M filters/MortonOrderFilter.hpp
    M pdal/DimUtil.hpp
    M scripts/ci/script.sh
    M scripts/docker/Dockerfile
    M test/unit/CMakeLists.txt
    A test/unit/filters/MortonOrderTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into config


  Commit: f223102ade3879d885fb54e0e193943b7ae7c413
      https://github.com/PDAL/PDAL/commit/f223102ade3879d885fb54e0e193943b7ae7c413
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M plugins/greyhound/CMakeLists.txt

  Log Message:
  -----------
  Remove arbiter lib.


  Commit: 904e7462d29ec36bcdf287f755fa27584a19f759
      https://github.com/PDAL/PDAL/commit/904e7462d29ec36bcdf287f755fa27584a19f759
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M filters/private/pnp/GridPnp.hpp
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/PlyReader.cpp
    M pdal/DbWriter.cpp
    M pdal/compression/Compression.hpp
    M pdal/compression/DeflateCompression.hpp
    M pdal/compression/LazPerfCompression.hpp
    M pdal/compression/LazPerfVlrCompression.hpp
    M pdal/compression/LzmaCompression.hpp
    M pdal/compression/ZstdCompression.hpp
    M pdal_features.hpp.in
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/point.hpp
    M plugins/oci/io/OciWrapper.cpp

  Log Message:
  -----------
  Changes to eliminate warnings on MSVC.


  Commit: dae0102127107d54aeabcd292ff93d12b0087b4e
      https://github.com/PDAL/PDAL/commit/dae0102127107d54aeabcd292ff93d12b0087b4e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M pdal/compression/LazPerfVlrCompression.hpp

  Log Message:
  -----------
  Remove extra PDAL_DLL.


  Commit: a4c89e44e8d8d7664e039c09d7cb1f4bf6043919
      https://github.com/PDAL/PDAL/commit/a4c89e44e8d8d7664e039c09d7cb1f4bf6043919
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M pdal/compression/DeflateCompression.hpp
    M pdal/compression/LzmaCompression.hpp
    M pdal/compression/ZstdCompression.hpp

  Log Message:
  -----------
  More missed PDAL_DLL on decompressor.


  Commit: 3c1a3542c57858814b4ee2e1e533c9e809918a61
      https://github.com/PDAL/PDAL/commit/3c1a3542c57858814b4ee2e1e533c9e809918a61
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
    M pdal/Mesh.hpp
    M pdal/PDALUtils.hpp

  Log Message:
  -----------
  Minor fixes.


  Commit: 7c0297a483f89fc137e367caa66c9a5c599e3dca
      https://github.com/PDAL/PDAL/commit/7c0297a483f89fc137e367caa66c9a5c599e3dca
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
    M pdal_features.hpp.in

  Log Message:
  -----------
  Add missed LASZIP LAZPERF defines.


  Commit: 6c0b4775c1f8a3866ac3fc24d8882f6a747f8a84
      https://github.com/PDAL/PDAL/commit/6c0b4775c1f8a3866ac3fc24d8882f6a747f8a84
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
    M CMakeLists.txt
    M apps/pdal.cpp
    M cmake/win32_compiler_options.cmake
    M filters/private/pnp/GridPnp.hpp
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/Ilvis2Reader.cpp
    M io/Ilvis2Reader.hpp
    M io/LasHeader.cpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/PlyReader.cpp
    M io/QfitReader.cpp
    M kernels/HausdorffKernel.cpp
    M kernels/InfoKernel.cpp
    M pdal/DbWriter.cpp
    M pdal/GDALUtils.cpp
    M pdal/GEOSUtils.cpp
    M pdal/Mesh.hpp
    M pdal/PDALUtils.cpp
    M pdal/PDALUtils.hpp
    M pdal/PipelineManager.cpp
    M pdal/PluginManager.cpp
    M pdal/PointView.hpp
    M pdal/PyArray.hpp
    M pdal/SpatialReference.cpp
    M pdal/Writer.cpp
    M pdal/XMLSchema.hpp
    M pdal/compression/Compression.hpp
    A pdal/compression/DeflateCompression.cpp
    M pdal/compression/DeflateCompression.hpp
    A pdal/compression/LazPerfCompression.cpp
    M pdal/compression/LazPerfCompression.hpp
    A pdal/compression/LazPerfVlrCompression.cpp
    A pdal/compression/LazPerfVlrCompression.hpp
    A pdal/compression/LzmaCompression.cpp
    M pdal/compression/LzmaCompression.hpp
    A pdal/compression/ZstdCompression.cpp
    M pdal/compression/ZstdCompression.hpp
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    M pdal/pdal_export.hpp
    M pdal/pdal_internal.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Uuid.hpp
    R pdal_defines.h.in
    A pdal_features.hpp.in
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundWriter.cpp
    M plugins/greyhound/io/point.hpp
    M plugins/mrsid/test/MrsidTest.cpp
    M plugins/nitf/io/MetadataReader.cpp
    M plugins/nitf/io/MetadataReader.hpp
    M plugins/nitf/io/NitfFileReader.hpp
    M plugins/nitf/io/NitfFileWriter.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/oci/io/OciWrapper.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.cpp
    M plugins/python/plang/Redirector.hpp
    M plugins/python/plang/Script.cpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp
    M test/unit/CMakeLists.txt
    R test/unit/CompressionTest.cpp
    M test/unit/ConfigTest.cpp
    A test/unit/DeflateTest.cpp
    A test/unit/LazPerfTest.cpp
    A test/unit/LzmaTest.cpp
    M test/unit/PluginManagerTest.cpp
    M test/unit/SegmentationTest.cpp
    M test/unit/UtilsTest.cpp
    A test/unit/ZstdTest.cpp
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Merge branch 'config'


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

  Changed paths:
    M pdal_features.hpp.in

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


  Commit: 238f38f1af6701bc3d5897a8fa5c25d7bc1a9259
      https://github.com/PDAL/PDAL/commit/238f38f1af6701bc3d5897a8fa5c25d7bc1a9259
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
    M pdal_features.hpp.in

  Log Message:
  -----------
  Add back LASZIP and LAZPERF defines.


  Commit: 073445ea3cca50d414490c4b076c025b5323e0f8
      https://github.com/PDAL/PDAL/commit/073445ea3cca50d414490c4b076c025b5323e0f8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M CMakeLists.txt
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M plugins/greyhound/io/GreyhoundCommon.cpp
    M plugins/oci/io/OciReader.cpp
    M plugins/oci/io/OciWriter.cpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Make sure files include pdal_features.


  Commit: 2cb5e840ba1e310d0a513672879fecc925d7feb7
      https://github.com/PDAL/PDAL/commit/2cb5e840ba1e310d0a513672879fecc925d7feb7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M kernels/TIndexKernel.cpp
    M test/unit/apps/TIndexTest.cpp

  Log Message:
  -----------
  Make --stdin work on kernels.tindex.


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

  Changed paths:
    R doc/development/alpine.rst
    A doc/project/alpine.rst
    M doc/project/contributors.rst
    M doc/project/docker.rst
    M doc/tutorial/index.rst

  Log Message:
  -----------
  doc warnings fixes


  Commit: fa745a4b07806ac57d72f29d49b6fda4b59db9ac
      https://github.com/PDAL/PDAL/commit/fa745a4b07806ac57d72f29d49b6fda4b59db9ac
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M io/OGRWriterV1.cpp

  Log Message:
  -----------
  Remove superfluous semi-colon following CREATE_STATIC_PLUGIN (#1798)

Fixes GCC 5.6.0 error: extra ‘;’ [-Werror=pedantic]


  Commit: d6dbf82764cb04d607c0784b0ac327ff9e4e92c8
      https://github.com/PDAL/PDAL/commit/d6dbf82764cb04d607c0784b0ac327ff9e4e92c8
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    A doc/project/index.rst

  Log Message:
  -----------
  add missing file


  Commit: da85f20dd0dc2773d8d5ae006cb28388204eb7a9
      https://github.com/PDAL/PDAL/commit/da85f20dd0dc2773d8d5ae006cb28388204eb7a9
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M io/OGRWriterV1.cpp

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


  Commit: 5d3341b9d33e7be19d34d31d37db1a8eab6fcfad
      https://github.com/PDAL/PDAL/commit/5d3341b9d33e7be19d34d31d37db1a8eab6fcfad
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M CMakeLists.txt
    R doc/development/alpine.rst
    A doc/project/alpine.rst
    M doc/project/contributors.rst
    M doc/project/docker.rst
    A doc/project/index.rst
    M doc/tutorial/index.rst
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/OGRWriterV1.cpp
    M kernels/TIndexKernel.cpp
    M pdal_features.hpp.in
    M plugins/greyhound/io/GreyhoundCommon.cpp
    M plugins/oci/io/OciReader.cpp
    M plugins/oci/io/OciWriter.cpp
    M test/unit/apps/TIndexTest.cpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into plugin


  Commit: 01d12db00bf5380d66ba08ed71d85ef958ddcfcd
      https://github.com/PDAL/PDAL/commit/01d12db00bf5380d66ba08ed71d85ef958ddcfcd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M python/test/test_pipeline.py

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


Compare: https://github.com/PDAL/PDAL/compare/29f7c8ca0b6d...01d12db00bf5


More information about the pdal-commits mailing list