[pdal-commits] [PDAL/PDAL] 97f02c: Constify python strings. (#2102)

GitHub noreply at github.com
Wed Sep 12 10:47:42 PDT 2018


  Branch: refs/heads/issue-2087
  Home:   https://github.com/PDAL/PDAL
  Commit: 97f02ca0bd540ead70140b14aebd977101fad3e6
      https://github.com/PDAL/PDAL/commit/97f02ca0bd540ead70140b14aebd977101fad3e6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-24 (Tue, 24 Jul 2018)

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

  Log Message:
  -----------
  Constify python strings. (#2102)

Close #2099


  Commit: adcd36022577d1661d91e71d9df1c9d397df2bd1
      https://github.com/PDAL/PDAL/commit/adcd36022577d1661d91e71d9df1c9d397df2bd1
  Author: Dylan Leidig <dzleidig at gmail.com>
  Date:   2018-07-24 (Tue, 24 Jul 2018)

  Changed paths:
    M doc/stages/filters.python.rst

  Log Message:
  -----------
  Update doc to indicate that python filter's add_dimension accepts array. (#2103)

* Update doc to indicate that python filter's add_dimension accepts array.

* Update python filter's doc to indicate add_dimension also accepts single arg.


  Commit: 884865f97a86ce8b27a855ef29d371d2b4be297c
      https://github.com/PDAL/PDAL/commit/884865f97a86ce8b27a855ef29d371d2b4be297c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
    M doc/stages/filters.smrf.rst

  Log Message:
  -----------
  Add missed options for filters.smrf doc.


  Commit: 969373235fea97ff9ff2a61249ad9ea1ed67b43b
      https://github.com/PDAL/PDAL/commit/969373235fea97ff9ff2a61249ad9ea1ed67b43b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
    M doc/stages/filters.python.rst
    M plugins/python/plang/Environment.cpp

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


  Commit: 9ab68928540473bf5719389ba93d75a4e3e2beca
      https://github.com/PDAL/PDAL/commit/9ab68928540473bf5719389ba93d75a4e3e2beca
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M pdal/FlexWriter.hpp

  Log Message:
  -----------
  Don't print multiple SRS message if we've overridden the SRS. (#2108)

Close #2107


  Commit: 40bcc1021f3bc248b8ee261c66e87e0ab2bf8136
      https://github.com/PDAL/PDAL/commit/40bcc1021f3bc248b8ee261c66e87e0ab2bf8136
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-07-31 (Tue, 31 Jul 2018)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  get alpine docker building again #2110


  Commit: 37646d181fc3f3a5e2beca33964f46e590f0ef3c
      https://github.com/PDAL/PDAL/commit/37646d181fc3f3a5e2beca33964f46e590f0ef3c
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M pdal/util/FileUtils.cpp
    M test/unit/FileUtilsTest.cpp

  Log Message:
  -----------
  throw an error if we try to open a file with ~ in the file name because we do not do shell expansion. Throw an error for globs with ~ in the file name on windows #2024 (#2117)


  Commit: 4088bea139b1ed4e8b7958f804d233fba739d100
      https://github.com/PDAL/PDAL/commit/4088bea139b1ed4e8b7958f804d233fba739d100
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M doc/stages/readers.numpy.rst
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp
    M plugins/python/test/NumpyReaderTest.cpp
    A test/data/plang/threedim.npy
    A test/data/plang/twodim.npy

  Log Message:
  -----------
  Numpy edits (#2118)

* Changes for a cleaner numpy reader.

* Many changes to generalize numpy reading.

* Add a test.

* Add tests.
Fix iteration order.
Change options.

* Initialize m_storeXYZ
Initialize m_order based on natural array order.
Doc updates

* Add test file.


  Commit: 3f6acaf24b3f84c3b5c381d15078e0d19da8f9da
      https://github.com/PDAL/PDAL/commit/3f6acaf24b3f84c3b5c381d15078e0d19da8f9da
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  trigger dockerhub with a silly commit


  Commit: 788c28e697fecb828fe1e26487a05bc2974ebbf4
      https://github.com/PDAL/PDAL/commit/788c28e697fecb828fe1e26487a05bc2974ebbf4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
    M doc/stages/readers.text.rst
    M io/TextReader.cpp

  Log Message:
  -----------
  Add SRS support for readers.text. (#2122)


  Commit: 99835f8d433c26f2848a6a4b518762284e08cb23
      https://github.com/PDAL/PDAL/commit/99835f8d433c26f2848a6a4b518762284e08cb23
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M cmake/options.cmake
    M pdal/StageExtensions.cpp
    M plugins/CMakeLists.txt
    A plugins/fbx/CMakeLists.txt
    A plugins/fbx/io/FbxWriter.cpp
    A plugins/fbx/io/FbxWriter.hpp
    A plugins/fbx/test/FbxWriterTest.cpp

  Log Message:
  -----------
  Add bare FBX writer (#2127)

* Temp check-in.

* Temp check-in.

* FBX writer creates a real file.

* Working FBX writer.

* Add test for FBX writer.

* Suppress cast warning.

* Remove some warning suppression.


  Commit: 4e83901033f6f13e7dc324dbd9263c98e6b19b69
      https://github.com/PDAL/PDAL/commit/4e83901033f6f13e7dc324dbd9263c98e6b19b69
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M filters/ReturnsFilter.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/ReturnsFilterTest.cpp

  Log Message:
  -----------
  Initialize outputTypes (#2116)

* Initialize m_outputTypes.
Close #2115

* Add filters.returns test.

* Add blank line for clarity.


  Commit: caeab2a042c701e37b4e48ac231b2755f1fe6427
      https://github.com/PDAL/PDAL/commit/caeab2a042c701e37b4e48ac231b2755f1fe6427
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M filters/ClusterFilter.cpp
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    A filters/private/Segmentation.cpp
    A filters/private/Segmentation.hpp
    R pdal/Segmentation.cpp
    R pdal/Segmentation.hpp
    M test/unit/SegmentationTest.cpp

  Log Message:
  -----------
  Move Segmentation.Xpp to filters/private (#2112)

* Move Segmentation.Xpp to filters/private.
Close #2109

* Reference local files.


  Commit: a3ceeccc2144e0fe8aa249a6a9aa7d9c7ca27338
      https://github.com/PDAL/PDAL/commit/a3ceeccc2144e0fe8aa249a6a9aa7d9c7ca27338
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M pdal/PointView.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/VoxelTest.cpp

  Log Message:
  -----------
  Add test for voxelcenternearestneighbor.


  Commit: fe0df2a3f017686eb1ef5439b95b0c71220982a5
      https://github.com/PDAL/PDAL/commit/fe0df2a3f017686eb1ef5439b95b0c71220982a5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M filters/ClusterFilter.cpp
    M filters/PMFFilter.cpp
    M filters/ReturnsFilter.cpp
    M filters/SMRFilter.cpp
    A filters/private/Segmentation.cpp
    A filters/private/Segmentation.hpp
    R pdal/Segmentation.cpp
    R pdal/Segmentation.hpp
    M test/unit/CMakeLists.txt
    M test/unit/SegmentationTest.cpp
    A test/unit/filters/ReturnsFilterTest.cpp

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


  Commit: 939de4fb90e4e414f8c7d2175d272bdf19ffc745
      https://github.com/PDAL/PDAL/commit/939de4fb90e4e414f8c7d2175d272bdf19ffc745
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M io/FauxReader.cpp

  Log Message:
  -----------
  Error if the point count isn't set. (#2129)


  Commit: a3499cd22d9c7609dfc162a8d7f32e17dedab102
      https://github.com/PDAL/PDAL/commit/a3499cd22d9c7609dfc162a8d7f32e17dedab102
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    A doc/apps/tile.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M io/TextWriter.cpp
    A kernels/TileKernel.cpp
    A kernels/TileKernel.hpp
    M pdal/FlexWriter.hpp
    M pdal/Options.cpp
    M pdal/Options.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/StageWrapper.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M pdal/Writer.cpp
    M pdal/Writer.hpp
    M pdal/util/FileUtils.cpp
    A test/data/las/tile/file1.las
    A test/data/las/tile/file2.las
    A test/data/las/tile/file3.las
    A test/data/text/file1.txt
    A test/data/text/file2.txt
    A test/data/text/file3.txt
    M test/unit/CMakeLists.txt
    A test/unit/apps/TileTest.cpp

  Log Message:
  -----------
  Add tile command (#2125)

* Add public entry points to allow filters.splitter use outside of pipelines.

* Initial check-in for kernels.tile.

* Rearrangement prior to streaming support.

* Add streaming support for text writer.

* Working tiler.

* Add skip support.
Add SRS support.
Fill point table when possible.
Improve logic.

* Improve argument text.

* Add SRS support for readers.text.

* First test for tile kernel.

* Add tile test.

Close #2065

* Notify reprojection filter about SRS changes.

* Add a test that includes a reprojection.
Close #2065

* Documentation.

* Debug.

* Ignore files that start with '.'

* Remove debug. Add comment.

* There were tabs instead of spaces. Huh.


  Commit: 415b634b5fc2430ba884dc7a513801f5b2c2ec5f
      https://github.com/PDAL/PDAL/commit/415b634b5fc2430ba884dc7a513801f5b2c2ec5f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M doc/stages/readers.faux.rst

  Log Message:
  -----------
  Update readers.faux doc.


  Commit: b8e6c7e6ac2095f6015cab3da586434e203a0698
      https://github.com/PDAL/PDAL/commit/b8e6c7e6ac2095f6015cab3da586434e203a0698
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    A doc/apps/tile.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M io/FauxReader.cpp
    M io/TextWriter.cpp
    A kernels/TileKernel.cpp
    A kernels/TileKernel.hpp
    M pdal/FlexWriter.hpp
    M pdal/Options.cpp
    M pdal/Options.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/StageWrapper.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M pdal/Writer.cpp
    M pdal/Writer.hpp
    M pdal/util/FileUtils.cpp
    A test/data/las/tile/file1.las
    A test/data/las/tile/file2.las
    A test/data/las/tile/file3.las
    A test/data/text/file1.txt
    A test/data/text/file2.txt
    A test/data/text/file3.txt
    M test/unit/CMakeLists.txt
    A test/unit/apps/TileTest.cpp

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


  Commit: f1b695b874a8c3dc43e1a061ecb96089d282acef
      https://github.com/PDAL/PDAL/commit/f1b695b874a8c3dc43e1a061ecb96089d282acef
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/PythonFilterTest.cpp

  Log Message:
  -----------
  support adding and deleting points to filters.numpy 'out' dictionary #1965 (#2120)

* support adding points to filters.numpy 'out' dictionary #1965

* update as mentioned in review for iteration

* test deleting too

* iterate Mask for its size, not the view's


  Commit: 21b5676b86b310c5d0a4d97de20da0a322ec6e39
      https://github.com/PDAL/PDAL/commit/21b5676b86b310c5d0a4d97de20da0a322ec6e39
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M vendor/gtest/cmake/internal_utils.cmake

  Log Message:
  -----------
  Add _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING to gtest flags (#2134)

gtest uses std::tr1 which has been deprecated in VS 2017
https://github.com/google/googletest/issues/1111
Without _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING define, MSVC
generates warnings and, since warnings are treated as errors,
compilation fails.


  Commit: 333a51bafa1260fca5b45e866cabc3523c923f7f
      https://github.com/PDAL/PDAL/commit/333a51bafa1260fca5b45e866cabc3523c923f7f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M cmake/unix_compiler_options.cmake

  Log Message:
  -----------
  Handle cmake pre-3.1 for cxx standard version.


  Commit: aa56ffa62e308b26ac330d43403b2873ed834417
      https://github.com/PDAL/PDAL/commit/aa56ffa62e308b26ac330d43403b2873ed834417
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/PythonFilterTest.cpp
    M vendor/gtest/cmake/internal_utils.cmake

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


  Commit: ca41f117639fa120c5f33843502361ef44cfa0c8
      https://github.com/PDAL/PDAL/commit/ca41f117639fa120c5f33843502361ef44cfa0c8
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore CMakeSettings.json for CMake integration with VS2017 [ci skip] (#2136)

CMakeSettings.json is an auxiliary file used to customize CMake
configuration while building from within VS2017.


  Commit: 5e1bd63dd08c0d2719a5a7d743563fa24068437e
      https://github.com/PDAL/PDAL/commit/5e1bd63dd08c0d2719a5a7d743563fa24068437e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M .gitignore

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


  Commit: 3931126cb6471e5bf396913fca4ecfa5788d6f9a
      https://github.com/PDAL/PDAL/commit/3931126cb6471e5bf396913fca4ecfa5788d6f9a
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-08-15 (Wed, 15 Aug 2018)

  Changed paths:
    M pdal/util/FileUtils.cpp
    A test/data/japanese.txt
    M test/unit/FileUtilsTest.cpp

  Log Message:
  -----------
  Enable Unicode support for paths on Windows (#2135)

This is a minimal changeset that enables PDAL to recognise filesystem
locations that require Unicode encoded paths (e.g. Japanese paths).

On Windows, every path in ASCII or UTF-8 is converted to UTF-16 and
passed to Win32 API functions or C++ file streams (Microsoft extension)
which expect paths encoded in wchar_t-character string.


  Commit: 4d6c3451f536d3bcc30280b5f0f84e0d5b9625a0
      https://github.com/PDAL/PDAL/commit/4d6c3451f536d3bcc30280b5f0f84e0d5b9625a0
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-15 (Wed, 15 Aug 2018)

  Changed paths:
    M pdal/util/FileUtils.cpp

  Log Message:
  -----------
  throw an error if we try to open a file with ~ in the file name because we do not do shell expansion. Throw an error for globs with ~ in the file name on windows #2024 (#2138)


  Commit: ffa0fcc507ce8fb496d214563c79e2b27f4e47ec
      https://github.com/PDAL/PDAL/commit/ffa0fcc507ce8fb496d214563c79e2b27f4e47ec
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-15 (Wed, 15 Aug 2018)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  make PDAL require CMake 3.5+ (#2137)


  Commit: eeb0746836aa3e52bbb5977f6dd88594616614dd
      https://github.com/PDAL/PDAL/commit/eeb0746836aa3e52bbb5977f6dd88594616614dd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-16 (Thu, 16 Aug 2018)

  Changed paths:
    M pdal/PointTable.cpp
    M pdal/PointTable.hpp
    M test/unit/PointTableTest.cpp

  Log Message:
  -----------
  Add ContiguousPointTable. (#2130)


  Commit: d239f8a1569dff0a5daa47923942cd55ca65e6e3
      https://github.com/PDAL/PDAL/commit/d239f8a1569dff0a5daa47923942cd55ca65e6e3
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-08-16 (Thu, 16 Aug 2018)

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

  Log Message:
  -----------
  Configure targets to link libxml2 only if found (#2133)

Although according to the docs libxml2 is an optional dependency, main
target unconditionally uses LIBXML2_INCLUDE_DIR and LIBXML2_LIBRARIES
which are flagged as -NOTFOUND. That is not valid value for target_*
commands.
This makes libxml2 a required dependency leading to CMake configuration
errors, if not found.

Remove Ilvis2Reader.cpp from sources if libxml2 if not found.


  Commit: a89d1adfafbc9d33b824939da899341b64e59607
      https://github.com/PDAL/PDAL/commit/a89d1adfafbc9d33b824939da899341b64e59607
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-08-17 (Fri, 17 Aug 2018)

  Changed paths:
    A test/data/pipeline/las2csv-with-unicode-paths.json.in
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Add JSON pipeline test using Unicode (Japanese) path or file names (#2139)

Completes #2135 with additional test.


  Commit: 161c7d2812cc55df01602249e03f0a1f312f00ae
      https://github.com/PDAL/PDAL/commit/161c7d2812cc55df01602249e03f0a1f312f00ae
  Author: Alvaro Huarte <ahuarte47 at yahoo.es>
  Date:   2018-08-20 (Mon, 20 Aug 2018)

  Changed paths:
    M pdal/PointView.cpp

  Log Message:
  -----------
  Get the dimension Name even its Id has not a predefined value (#2140)


  Commit: 2d2103075073a7af8d03115f719608dda4b54576
      https://github.com/PDAL/PDAL/commit/2d2103075073a7af8d03115f719608dda4b54576
  Author: Alvaro Huarte <ahuarte47 at yahoo.es>
  Date:   2018-08-20 (Mon, 20 Aug 2018)

  Changed paths:
    M plugins/delaunay/filters/Delaunay_psm.cpp

  Log Message:
  -----------
  Reset cells member to use Delaunay::set_vertices more than one time (#2141)


  Commit: 249d3290a56fdc64fdcdf3890d416a3036432248
      https://github.com/PDAL/PDAL/commit/249d3290a56fdc64fdcdf3890d416a3036432248
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-20 (Mon, 20 Aug 2018)

  Changed paths:
    M filters/ApproximateCoplanarFilter.cpp
    M filters/EigenvaluesFilter.cpp
    M filters/EstimateRankFilter.cpp
    M filters/GreedyProjection.cpp
    M filters/HAGFilter.cpp
    M filters/KDistanceFilter.cpp
    M filters/LOFFilter.cpp
    M filters/NNDistanceFilter.cpp
    M filters/NeighborClassifierFilter.cpp
    M filters/PMFFilter.cpp
    M filters/RadialDensityFilter.cpp
    M filters/SMRFilter.cpp
    M filters/SampleFilter.cpp
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp

  Log Message:
  -----------
  Use view's KD-tree build function. (#2131)

Close #2123


  Commit: 9cabe04d54c5a3adb733153637f554f459df5e23
      https://github.com/PDAL/PDAL/commit/9cabe04d54c5a3adb733153637f554f459df5e23
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M test/unit/filters/VoxelTest.cpp

  Log Message:
  -----------
  Don't use KDtree. (#2126)

* Don't use KDtree.
Close #2124

* Add tests.

* Make test set larger.

* Remove faux reader check for now.


  Commit: f65c92beb523de0d70119c1fab2dc295933e9398
      https://github.com/PDAL/PDAL/commit/f65c92beb523de0d70119c1fab2dc295933e9398
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M doc/stages/writers.ply.rst
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    A test/data/ply/mesh_fixed.ply
    M test/unit/io/PlyWriterTest.cpp

  Log Message:
  -----------
  Add precision support for writers.ply. (#2146)

Close #2144


  Commit: 541d807e6ad4504ea1e7a78303562e36beca0779
      https://github.com/PDAL/PDAL/commit/541d807e6ad4504ea1e7a78303562e36beca0779
  Author: Éric Lemoine <eric.lemoine at gmail.com>
  Date:   2018-08-22 (Wed, 22 Aug 2018)

  Changed paths:
    M doc/stages/writers.pgpointcloud.rst
    M pdal/compression/Compression.hpp
    M plugins/pgpointcloud/io/PgCommon.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp

  Log Message:
  -----------
  Remove pgpointcloud GHT compression (#2147)

Remove pgpointcloud GHT compression, as the support for GHT compression
has been removed in pgpointcloud v1.2.0.


  Commit: cf09fbd4adf11ca43d565035687a09feb243cad7
      https://github.com/PDAL/PDAL/commit/cf09fbd4adf11ca43d565035687a09feb243cad7
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M cmake/macros.cmake

  Log Message:
  -----------
  install osx plugins to @rpath, not @loader_path/../lib (#2150)


  Commit: e3d383ac827deb6c79089604337759ddc6f23a58
      https://github.com/PDAL/PDAL/commit/e3d383ac827deb6c79089604337759ddc6f23a58
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  pin Python bindings to 2.0.0 for Travis (#2151)

* pin Python bindings to 2.0.0 for Travis

* checkout, not co

* checkout branch in correct directory


  Commit: e45483e85a499493c375f955c86c1302044c4df3
      https://github.com/PDAL/PDAL/commit/e45483e85a499493c375f955c86c1302044c4df3
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M pdal/PipelineManager.hpp

  Log Message:
  -----------
  PipelineManager::getStage() should return the first leaf, not the first stage added to the manager (#2149)

* PipelineManager::getStage() should return the first leaf, not the first stage added to the manager

* modify getStage() method to be slightly more efficient


  Commit: 390cf954c32b096beb56b725cb333e7c26cb698b
      https://github.com/PDAL/PDAL/commit/390cf954c32b096beb56b725cb333e7c26cb698b
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp

  Log Message:
  -----------
  readers.numpy support of a directly set numpy array (#2152)


  Commit: 9ec20ea292203c3d2099ed9dd48797d1d079f79a
      https://github.com/PDAL/PDAL/commit/9ec20ea292203c3d2099ed9dd48797d1d079f79a
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  pdal/ubuntu:master should use master branch


  Commit: 13718db5c68124d708ed8ec40dc7ab1774b6b99b
      https://github.com/PDAL/PDAL/commit/13718db5c68124d708ed8ec40dc7ab1774b6b99b
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M filters/AssignFilter.cpp
    M filters/AssignFilter.hpp
    M test/unit/filters/AssignFilterTest.cpp

  Log Message:
  -----------
  Add condition option to assign filter (#2154)

* Add condition option to assign filter

Values will only be assigned when the condition (specified as a DimRange) is
met.

Closes #1956

* handle 'condition' in filters.assign when there is no condition set

* test condition setting in filters.assign


  Commit: b244ba098d2d3870414f7ba7e6b68409074039c6
      https://github.com/PDAL/PDAL/commit/b244ba098d2d3870414f7ba7e6b68409074039c6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M pdal/Options.cpp
    M pdal/Stage.cpp
    M test/unit/apps/TranslateTest.cpp

  Log Message:
  -----------
  Handle repeated command-line options. (#2145)

* Make sure all options with a given key are populated when we add a conditional
option.

* Add test for issue 2114.
Use "children" instead of "parents" to make Stage execution code clearer.


  Commit: 955cf41b832a113d10c6b68d4569392ce27518a7
      https://github.com/PDAL/PDAL/commit/955cf41b832a113d10c6b68d4569392ce27518a7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-29 (Wed, 29 Aug 2018)

  Changed paths:
    M pdal/PipelineManager.hpp
    M pdal/util/ProgramArgs.hpp
    M test/unit/ProgramArgsTest.cpp

  Log Message:
  -----------
  Don't throw if the value starts with '-'. (#2158)

Close #2155


  Commit: 675438fcd28c77692b13af606d8a4ad020c4ba0c
      https://github.com/PDAL/PDAL/commit/675438fcd28c77692b13af606d8a4ad020c4ba0c
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-08-31 (Fri, 31 Aug 2018)

  Changed paths:
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter bundle for environment-overridable RP/SSE flags.


  Commit: 5bb2aab8d07c13f35df50c5fa5e1a3a460a9f8af
      https://github.com/PDAL/PDAL/commit/5bb2aab8d07c13f35df50c5fa5e1a3a460a9f8af
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-08-31 (Fri, 31 Aug 2018)

  Changed paths:
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter bundle for S3 header settings on HEAD requests.


  Commit: 14f6a49e88bb01ea6e7982fbbb5d400a5f2bb91d
      https://github.com/PDAL/PDAL/commit/14f6a49e88bb01ea6e7982fbbb5d400a5f2bb91d
  Author: Mateusz Loskot <mateusz at loskot.net>
  Date:   2018-09-06 (Thu, 06 Sep 2018)

  Changed paths:
    M pdal/util/FileUtils.cpp

  Log Message:
  -----------
  Fix FixUtils::glob to substr Win32 Unicode path at correct position (#2160)

This corrects change applied in #2135.
Add minor refinements to fromNative and toNative functions.


  Commit: d8872aad7243cef757418eae14e426fb3950b671
      https://github.com/PDAL/PDAL/commit/d8872aad7243cef757418eae14e426fb3950b671
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-09-07 (Fri, 07 Sep 2018)

  Changed paths:
    M pdal/PointTable.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp

  Log Message:
  -----------
  Add StreamPointTable::setNumPoints to indicate the number of points populated. (#2162)


  Commit: 866cf9c9dc5e71d2697c26faad6ed3286ca377fb
      https://github.com/PDAL/PDAL/commit/866cf9c9dc5e71d2697c26faad6ed3286ca377fb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

  Changed paths:
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Use correct point view to build KD tree. (#2163)

Close #2156


  Commit: 46339be271bb5efd2bd7d54e5f93a2b1afc21664
      https://github.com/PDAL/PDAL/commit/46339be271bb5efd2bd7d54e5f93a2b1afc21664
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

  Changed paths:
    M pdal/util/Bounds.cpp

  Log Message:
  -----------
  Add comment on conversion from BOX2D to BOX3D.


  Commit: bf4b6e21a2c7c6770aade1c2b6f6e344918d65e9
      https://github.com/PDAL/PDAL/commit/bf4b6e21a2c7c6770aade1c2b6f6e344918d65e9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

  Changed paths:
    M filters/SMRFilter.cpp
    M pdal/PointTable.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M pdal/util/FileUtils.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: a629e3c7a4f8b21bf1f95810bbb5e8b8f688ff6b
      https://github.com/PDAL/PDAL/commit/a629e3c7a4f8b21bf1f95810bbb5e8b8f688ff6b
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

  Changed paths:
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Add gzip download support to arbiter (#2164)


  Commit: 34e49725914d7a266758cfc4fd4a54e40a140ba4
      https://github.com/PDAL/PDAL/commit/34e49725914d7a266758cfc4fd4a54e40a140ba4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M README.md
    M cmake/libxml2.cmake
    M cmake/macros.cmake
    M cmake/options.cmake
    M cmake/unix_compiler_options.cmake
    A doc/apps/tile.rst
    M doc/stages/filters.python.rst
    M doc/stages/filters.smrf.rst
    M doc/stages/readers.faux.rst
    M doc/stages/readers.numpy.rst
    M doc/stages/readers.text.rst
    M doc/stages/writers.pgpointcloud.rst
    M doc/stages/writers.ply.rst
    M filters/ApproximateCoplanarFilter.cpp
    M filters/AssignFilter.cpp
    M filters/AssignFilter.hpp
    M filters/ClusterFilter.cpp
    M filters/EigenvaluesFilter.cpp
    M filters/EstimateRankFilter.cpp
    M filters/GreedyProjection.cpp
    M filters/HAGFilter.cpp
    M filters/KDistanceFilter.cpp
    M filters/LOFFilter.cpp
    M filters/NNDistanceFilter.cpp
    M filters/NeighborClassifierFilter.cpp
    M filters/PMFFilter.cpp
    M filters/RadialDensityFilter.cpp
    M filters/ReturnsFilter.cpp
    M filters/SMRFilter.cpp
    M filters/SampleFilter.cpp
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    A filters/private/Segmentation.cpp
    A filters/private/Segmentation.hpp
    M io/FauxReader.cpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    M io/TextReader.cpp
    M io/TextWriter.cpp
    A kernels/TileKernel.cpp
    A kernels/TileKernel.hpp
    M pdal/FlexWriter.hpp
    M pdal/Options.cpp
    M pdal/Options.hpp
    M pdal/PipelineManager.hpp
    M pdal/PointTable.cpp
    M pdal/PointTable.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    R pdal/Segmentation.cpp
    R pdal/Segmentation.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/StageExtensions.cpp
    M pdal/StageWrapper.hpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M pdal/Writer.cpp
    M pdal/Writer.hpp
    M pdal/compression/Compression.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/ProgramArgs.hpp
    M plugins/CMakeLists.txt
    M plugins/delaunay/filters/Delaunay_psm.cpp
    A plugins/fbx/CMakeLists.txt
    A plugins/fbx/io/FbxWriter.cpp
    A plugins/fbx/io/FbxWriter.hpp
    A plugins/fbx/test/FbxWriterTest.cpp
    M plugins/pgpointcloud/io/PgCommon.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/NumpyReaderTest.cpp
    M plugins/python/test/PythonFilterTest.cpp
    M scripts/ci/script.sh
    M scripts/docker/Dockerfile
    M scripts/docker/ubuntu/Dockerfile
    A test/data/japanese.txt
    A test/data/las/tile/file1.las
    A test/data/las/tile/file2.las
    A test/data/las/tile/file3.las
    A test/data/pipeline/las2csv-with-unicode-paths.json.in
    A test/data/plang/threedim.npy
    A test/data/plang/twodim.npy
    A test/data/ply/mesh_fixed.ply
    A test/data/text/file1.txt
    A test/data/text/file2.txt
    A test/data/text/file3.txt
    M test/unit/CMakeLists.txt
    M test/unit/FileUtilsTest.cpp
    M test/unit/PointTableTest.cpp
    M test/unit/ProgramArgsTest.cpp
    M test/unit/SegmentationTest.cpp
    A test/unit/apps/TileTest.cpp
    M test/unit/apps/TranslateTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/AssignFilterTest.cpp
    A test/unit/filters/ReturnsFilterTest.cpp
    A test/unit/filters/VoxelTest.cpp
    M test/unit/io/PlyWriterTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/gtest/cmake/internal_utils.cmake

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


Compare: https://github.com/PDAL/PDAL/compare/a5f1b7ceecc4...34e49725914d
      **NOTE:** This service has 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