[pdal-commits] [PDAL/PDAL] ce878a: Fix statistics (#2793)

Andrew Bell noreply at github.com
Mon Nov 4 06:19:56 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  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.




More information about the pdal-commits mailing list