[pdal-commits] [PDAL/PDAL] 333f6e: Implement `Streamable` for `RxpReader` (#2338)

Andrew Bell noreply at github.com
Thu Feb 7 11:47:47 PST 2019


  Branch: refs/heads/issue-2351
  Home:   https://github.com/PDAL/PDAL
  Commit: 333f6e268534bb9a77360a3097404c30b5934ad2
      https://github.com/PDAL/PDAL/commit/333f6e268534bb9a77360a3097404c30b5934ad2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M doc/stages/readers.rxp.rst
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp

  Log Message:
  -----------
  Implement `Streamable` for `RxpReader` (#2338)

As discussed in #2229, this permits removal of the hackey `minimal`
option on the RxpReader.


  Commit: f05523e2ab16c0478f7c412c829498f90a62cae3
      https://github.com/PDAL/PDAL/commit/f05523e2ab16c0478f7c412c829498f90a62cae3
  Author: Peter Limkilde Svendsen <34237736+plimkilde at users.noreply.github.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M cmake/options.cmake
    M doc/stages/filters.delaunay.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp

  Log Message:
  -----------
  Switch Delaunay filter to use delaunator-cpp and move to core stages (#2237)

* Switch Delaunay filter to delaunator-cpp and move it from plugins to filters

* Properly use indices from triangulation

* Add unit test from PR #1985

* Delaunator capitalization

* Add copyright notice to delaunator header

* Work around min/max macros on Windows

* Unit test for specific triangulation

* Make Delaunay filter output counterclockwise order

* Also check mesh size


  Commit: 4dc60f9cce788be88100166f2153f285d91b3f64
      https://github.com/PDAL/PDAL/commit/4dc60f9cce788be88100166f2153f285d91b3f64
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M HOWTORELEASE.txt
    M README.md
    M doc/references.rst

  Log Message:
  -----------
  Update docs to reflect the Zenodo DOI for citing PDAL releases (#2358)


  Commit: 826cdaf5b2ed6fc36661f4c5f8c698de94348085
      https://github.com/PDAL/PDAL/commit/826cdaf5b2ed6fc36661f4c5f8c698de94348085
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

  Changed paths:
    M io/LasWriter.cpp
    M io/LasWriter.hpp

  Log Message:
  -----------
  Remove JsonCpp include from LasWriter.hpp.


  Commit: 4d56884e7f7eaabfbc9454431e684b311013abb3
      https://github.com/PDAL/PDAL/commit/4d56884e7f7eaabfbc9454431e684b311013abb3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M plugins/rxp/CMakeLists.txt

  Log Message:
  -----------
  Adds `RiVLib_INCLUDE_DIRS` to rivlib test includes (#2360)

The `${libname}`'s target include directories are private, so they
aren't passed on to the test executable -- we need to explicitly add the
RiVLib include directories again.

Fixes #2359.


  Commit: f872c6504621ec17bf434a412774dbf99f63c75e
      https://github.com/PDAL/PDAL/commit/f872c6504621ec17bf434a412774dbf99f63c75e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    R cmake/openssl.cmake
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Revert "Adding openssl support in order to activate GCS storage (#2353)"

This reverts commit 755ac1a62d9c5afccf20d468de9f65649bb1eb24.


  Commit: 97de6592026693248d5f10a64d771ef4bc16b0ed
      https://github.com/PDAL/PDAL/commit/97de6592026693248d5f10a64d771ef4bc16b0ed
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M README.md
    R cmake/openssl.cmake
    M cmake/options.cmake
    M doc/references.rst
    M doc/stages/filters.delaunay.rst
    M doc/stages/readers.rxp.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    M plugins/rxp/CMakeLists.txt
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


Compare: https://github.com/PDAL/PDAL/compare/2cc8c108d3e4...97de65920266


More information about the pdal-commits mailing list