[pdal-commits] [PDAL/PDAL] 249d32: Use view's KD-tree build function. (#2131)

GitHub noreply at github.com
Fri Sep 14 10:32:14 PDT 2018


  Branch: refs/heads/ept
  Home:   https://github.com/PDAL/PDAL
  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: 6e8bcd7a7e977f8bb2a5d311d745d19e55beb093
      https://github.com/PDAL/PDAL/commit/6e8bcd7a7e977f8bb2a5d311d745d19e55beb093
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

  Changed paths:
    M io/LasReader.cpp
    M io/TextReader.cpp
    M pdal/Reader.cpp
    M plugins/oci/io/OciReader.cpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Set spatialreference for all readers. (#2165)

Close #2159


  Commit: 5eff6ba2d1df8c7ba9c4ee2627f3f2b00ba91034
      https://github.com/PDAL/PDAL/commit/5eff6ba2d1df8c7ba9c4ee2627f3f2b00ba91034
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-09-13 (Thu, 13 Sep 2018)

  Changed paths:
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp

  Log Message:
  -----------
  reflect OSRSpatialReference::IsProjected to pdal::SpatialReference (#2171)


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

  Changed paths:
    M filters/HexBinFilter.cpp
    M filters/HexBinFilter.hpp
    M test/data/pipeline/nonstreamable.json.in

  Log Message:
  -----------
  Make hexbin streamable (#2172)

* Make hexbin streamable.
Close #2170

* reflect OSRSpatialReference::IsProjected to pdal::SpatialReference (#2171)

* Remove private headers.  Use info for stage name.


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

  Changed paths:
    M io/EptReader.hpp

  Log Message:
  -----------
  Add includes.


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

  Changed paths:
    M cmake/macros.cmake
    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/EigenvaluesFilter.cpp
    M filters/EstimateRankFilter.cpp
    M filters/GreedyProjection.cpp
    M filters/HAGFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/HexBinFilter.hpp
    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
    M io/LasReader.cpp
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    M io/TextReader.cpp
    M pdal/Options.cpp
    M pdal/PipelineManager.hpp
    M pdal/PointTable.hpp
    M pdal/Reader.cpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M pdal/Stage.cpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M pdal/compression/Compression.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/ProgramArgs.hpp
    M plugins/oci/io/OciReader.cpp
    M plugins/pgpointcloud/io/PgCommon.hpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/python/io/NumpyReader.cpp
    M plugins/python/io/NumpyReader.hpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M scripts/ci/script.sh
    M scripts/docker/ubuntu/Dockerfile
    M test/data/pipeline/nonstreamable.json.in
    A test/data/ply/mesh_fixed.ply
    M test/unit/ProgramArgsTest.cpp
    M test/unit/apps/TranslateTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/AssignFilterTest.cpp
    M test/unit/filters/VoxelTest.cpp
    M test/unit/io/PlyWriterTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Merge branch 'master' into ept


Compare: https://github.com/PDAL/PDAL/compare/298f5e0e4716...474f8b582977
      **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