[pdal-commits] [PDAL/PDAL] 939de4: Error if the point count isn't set. (#2129)

GitHub noreply at github.com
Tue Aug 21 07:19:26 PDT 2018


  Branch: refs/heads/issue-2124
  Home:   https://github.com/PDAL/PDAL
  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: 7aeac73968fe9c827588f8ec2d11de9dfcabd483
      https://github.com/PDAL/PDAL/commit/7aeac73968fe9c827588f8ec2d11de9dfcabd483
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M cmake/libxml2.cmake
    M cmake/unix_compiler_options.cmake
    A doc/apps/tile.rst
    M doc/stages/readers.faux.rst
    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/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    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/PointTable.cpp
    M pdal/PointTable.hpp
    M pdal/PointView.cpp
    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
    M plugins/delaunay/filters/Delaunay_psm.cpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/PythonFilterTest.cpp
    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/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
    A test/unit/apps/TileTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M vendor/gtest/cmake/internal_utils.cmake

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


Compare: https://github.com/PDAL/PDAL/compare/158787bcee08...7aeac73968fe
      **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