[pdal-commits] [PDAL/PDAL] 789d2e: 1.5.0 RC1 release rollup (#1557)

GitHub noreply at github.com
Thu Apr 6 13:44:03 PDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 789d2ee894c26eb8315fefd59cd5cb2ebac4e5b4
      https://github.com/PDAL/PDAL/commit/789d2ee894c26eb8315fefd59cd5cb2ebac4e5b4
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    R cmake/examples/mpg-config.bat
    R cmake/examples/pramsey-config.sh
    M doc/about.rst
    M doc/apps/density.rst
    M doc/community.rst
    M doc/development/compilation/unix.rst
    M doc/development/docker.rst
    M doc/development/docs.rst
    M doc/download.rst
    M doc/index.rst
    M doc/tutorial/las.rst
    M filters/SortFilter.hpp
    M io/LasWriter.cpp
    M plugins/mbio/CMakeLists.txt
    M python/VERSION.txt
    M python/pdal/__init__.py
    M scripts/docker/Dockerfile
    R scripts/docker/Dockerfile.xenial
    M scripts/docker/dependencies/Dockerfile
    R scripts/vagrant/loadpgpointcloud.xml
    R scripts/vagrant/readpgpointcloud.xml

  Log Message:
  -----------
  1.5.0 RC1 release rollup (#1557)

* remove outdated cmake examples

* increment versions in preparation for 1.5.0 release

* remove redundant 'override' declaration in filters.sort

* initialize a loop variable to prevent returning uninitialzed data

* mbsystem cmake is case-sensitive

* build mbio and CPD by default in Docker build

* add mbio and hauru to dependencies

* docs about building docs

* remove dead stuff

* remove dead dockerfile

* doc updates in preparation for 1.5.0

* pdal docker docs

* Add Extended Local Maximum (ELM) filter

Based off the work of Chen, et al. In the original work, the authors used ELM
to generate grid minimums that were resistent to low outliers in ground
segmentation and DTM generation. We implement here as a standalone filter that
simply marks the low points as noise. Downstream filtering stages can ignore,
extract, or handle these noise points as they see fit.

* Squashed commit of the following:

commit f7a56630d3c37ec6cf080cad0a7b1759cfa79bdc
Author: Connor Manning <connormanning at users.noreply.github.com>
Date:   Thu Apr 6 08:55:01 2017 -0500

    Preserve well-known, but non-standard to LAS, dimension IDs when written as extra_dims. (#1555)

commit eb1e3ff9fc3fd65a55b5075d5fc388e9cd111eff
Merge: effed6214 c9216dfdd
Author: chambbj <brad.chambers at gmail.com>
Date:   Thu Apr 6 08:15:13 2017 -0400

    Merge pull request #1554 from PDAL/add-elm-filter

    Add Extended Local Maximum (ELM) filter

commit c9216dfdd07f6c316130318628a1ba9df1695fdd
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date:   Wed Apr 5 16:22:42 2017 -0400

    Add Extended Local Maximum (ELM) filter

    Based off the work of Chen, et al. In the original work, the authors used ELM
    to generate grid minimums that were resistent to low outliers in ground
    segmentation and DTM generation. We implement here as a standalone filter that
    simply marks the low points as noise. Downstream filtering stages can ignore,
    extract, or handle these noise points as they see fit.




More information about the pdal-commits mailing list