[pdal-commits] [PDAL/PDAL] 83feb8: If a spatial query is passed to 'pdal info --summa...

Connor Manning noreply at github.com
Wed Dec 4 13:23:18 PST 2019


  Branch: refs/heads/ept-zstandard-updates
  Home:   https://github.com/PDAL/PDAL
  Commit: 83feb8645cd573e670d199c66c46ebfa7c800c43
      https://github.com/PDAL/PDAL/commit/83feb8645cd573e670d199c66c46ebfa7c800c43
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  If a spatial query is passed to 'pdal info --summary' for an EPT resource, determine an upper bound for the point count. (#2784)


  Commit: ce878aa29a85cb698fe56a2f9efdcde981c5e4d1
      https://github.com/PDAL/PDAL/commit/ce878aa29a85cb698fe56a2f9efdcde981c5e4d1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M doc/stages/filters.stats.rst
    M filters/ColorinterpFilter.cpp
    M filters/StatsFilter.cpp
    M filters/StatsFilter.hpp
    M test/unit/apps/InfoTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp

  Log Message:
  -----------
  Fix statistics (#2793)

* Fixed normal dimension names (#2723)

* Check if inView is empty before setting m_size (#2727)

* Check if inView is empty before setting m_size

* return input PointView in the PointViewSet

* Fix stat calculations.
Add both sample and population statistics and excess kurtosis.
Clarify what we report in docs.

* Fix tests for stats fixes.

* Make baseline test.
Make stat names explicit.
Have stat baseline names return the sample statistics.


  Commit: 963a7dc22679f748a62578af588b972a7b399ea8
      https://github.com/PDAL/PDAL/commit/963a7dc22679f748a62578af588b972a7b399ea8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M io/PlyWriter.cpp
    M test/unit/io/PlyWriterTest.cpp

  Log Message:
  -----------
  Clear dims so that they contain the proper number of elements if (#2792)

prepare() is called more than once.


  Commit: 01df61f908f424e1a639e538a2455b527750426f
      https://github.com/PDAL/PDAL/commit/01df61f908f424e1a639e538a2455b527750426f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M vendor/kazhdan/MultiGridOctreeData.System.inl

  Log Message:
  -----------
  Initialize absurdly long array to 0. (#2801)


  Commit: 1c696298c586cbad7e269f731caa3e0fbbc60e03
      https://github.com/PDAL/PDAL/commit/1c696298c586cbad7e269f731caa3e0fbbc60e03
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Overhaul python filter (#2795)

* Rework python filter to clarify object ownership.
Check that we're either masking or modifying, not both.
Fix issue with multiple inputs (#2788).

* Add tests and arg checking.

* Remove deleter for python object pointer.


  Commit: 3b09514857eeaeee3ea280ee8203df33194ff24b
      https://github.com/PDAL/PDAL/commit/3b09514857eeaeee3ea280ee8203df33194ff24b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M filters/TransformationFilter.cpp
    M filters/TransformationFilter.hpp
    M pdal/Reader.cpp
    M test/unit/filters/TransformationFilterTest.cpp

  Log Message:
  -----------
  Allow setting of spatial reference. (#2807)


  Commit: b02be45041098e5aa071f7698292de100919c7af
      https://github.com/PDAL/PDAL/commit/b02be45041098e5aa071f7698292de100919c7af
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M filters/HAGFilter.cpp
    R filters/private/delaunator-decl.hpp
    A filters/private/delaunator.cpp
    M filters/private/delaunator.hpp

  Log Message:
  -----------
  Break delaunator into pieces (#2808)

* Update delaunator to fix ODR issue with multiple headers.

* Use the standard delaunator header.

* Add missing headers.


  Commit: 7f29731a8d2dc48c4c22ffc40cebada0fc4d68e6
      https://github.com/PDAL/PDAL/commit/7f29731a8d2dc48c4c22ffc40cebada0fc4d68e6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M doc/development/writing-filter.rst
    M doc/development/writing-reader.rst
    M doc/development/writing-writer.rst

  Log Message:
  -----------
  Add text explaining stage name/library name correspondence.


  Commit: 16d1f2cca77b181a7fd5cb6f32774df38cb196b1
      https://github.com/PDAL/PDAL/commit/16d1f2cca77b181a7fd5cb6f32774df38cb196b1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M filters/private/delaunator.cpp
    M filters/private/delaunator.hpp

  Log Message:
  -----------
  Issue 2805 (#2814)

* Update delaunator to fix ODR issue with multiple headers.

* Use the standard delaunator header.

* Add missing headers.

* Guard min/max.


  Commit: 2e9feaa60e55829d3cb38c6bf8cf88c1b0f44175
      https://github.com/PDAL/PDAL/commit/2e9feaa60e55829d3cb38c6bf8cf88c1b0f44175
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M doc/development/writing-filter.rst
    M doc/development/writing-reader.rst
    M doc/development/writing-writer.rst

  Log Message:
  -----------
  Fix plugin names.


  Commit: f75e3370390693db1b9b9a994c956012bcfbe333
      https://github.com/PDAL/PDAL/commit/f75e3370390693db1b9b9a994c956012bcfbe333
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M filters/private/delaunator.cpp
    M filters/private/delaunator.hpp

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


  Commit: 9930cbf2e8dd4447af8046c1f731e9723ec31370
      https://github.com/PDAL/PDAL/commit/9930cbf2e8dd4447af8046c1f731e9723ec31370
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M io/PcdHeader.cpp

  Log Message:
  -----------
  Convert PCD field names to lowercase strings (#2815)


  Commit: 766aaa286ba8fd13384ef159f16a75bd8b8cfdb7
      https://github.com/PDAL/PDAL/commit/766aaa286ba8fd13384ef159f16a75bd8b8cfdb7
  Author: zerotohero <zerotohero at users.noreply.github.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M doc/project/docker.rst

  Log Message:
  -----------
  Update docker.rst (#2816)


  Commit: 147e7f40659f55905272399e7eb2b6f9dbef298f
      https://github.com/PDAL/PDAL/commit/147e7f40659f55905272399e7eb2b6f9dbef298f
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M io/LasWriter.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Adding EVLR offset to las files (#2823)

* Adding EVLR offset to las files

* Better test

* Simplified test


  Commit: 3d27f95493bf053238436d6c3005d50f496a03b2
      https://github.com/PDAL/PDAL/commit/3d27f95493bf053238436d6c3005d50f496a03b2
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBWriter.cpp

  Log Message:
  -----------
  cache TileDB attributes and remove extraneous call to schema (#2820)

* cache TileDB attributes and remove extraneous call to schema

* fixed tiledb error with calling schema


  Commit: ec08617b363e5f0772ff7289d8777326868ee2cd
      https://github.com/PDAL/PDAL/commit/ec08617b363e5f0772ff7289d8777326868ee2cd
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M filters/SkewnessBalancingFilter.cpp

  Log Message:
  -----------
  Avoid potential descending for-loop wrapping (#2778)

* Avoid potential descending for-loop wrapping in the skewness balancing filter.

* Change to do-while loop to improve readability


  Commit: 3346e2bd0713defe14afbccf924d3d189b11ed5e
      https://github.com/PDAL/PDAL/commit/3346e2bd0713defe14afbccf924d3d189b11ed5e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M filters/OverlayFilter.cpp
    M filters/private/pnp/GridPnp.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp

  Log Message:
  -----------
  Put faster point-in-polygon in Polygon class (#2827)

* Temp

* Revert "Temp"

This reverts commit aeddaa7ebaf9acca1097e033b135e1e5dbe15043.

* Add pnpGrid point-in-polygon method to Polygon.
Use in OverlayFilter.
Close #2812

* Use polygon's contains() for points in EPT.

* Remove unnecessary header.


  Commit: fce5d58ddc83dccc92bedf73033d8ee2e2e0dfcf
      https://github.com/PDAL/PDAL/commit/fce5d58ddc83dccc92bedf73033d8ee2e2e0dfcf
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M plugins/python/plang/Invocation.cpp
    M scripts/azp/osx.yml

  Log Message:
  -----------
  make sure to initialize outArrays (#2831)

* make sure to initialize outArrays

* conda channel ordering


  Commit: 046c865a4b8c87d6a4c2ce472039bff54134b07f
      https://github.com/PDAL/PDAL/commit/046c865a4b8c87d6a4c2ce472039bff54134b07f
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M doc/development/writing-filter.rst
    M doc/development/writing-reader.rst
    M doc/development/writing-writer.rst
    M doc/project/docker.rst
    M doc/stages/filters.stats.rst
    M filters/ColorinterpFilter.cpp
    M filters/HAGFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/SkewnessBalancingFilter.cpp
    M filters/StatsFilter.cpp
    M filters/StatsFilter.hpp
    M filters/TransformationFilter.cpp
    M filters/TransformationFilter.hpp
    R filters/private/delaunator-decl.hpp
    A filters/private/delaunator.cpp
    M filters/private/delaunator.hpp
    M filters/private/pnp/GridPnp.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/LasWriter.cpp
    M io/PcdHeader.cpp
    M io/PlyWriter.cpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/Reader.cpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/filters/PythonFilter.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Invocation.hpp
    M plugins/python/test/PythonFilterTest.cpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M scripts/azp/osx.yml
    M test/unit/apps/InfoTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/filters/TransformationFilterTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M test/unit/io/PlyWriterTest.cpp
    M vendor/kazhdan/MultiGridOctreeData.System.inl

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


Compare: https://github.com/PDAL/PDAL/compare/d3dc6344d5bf...046c865a4b8c


More information about the pdal-commits mailing list