[pdal-commits] [PDAL/PDAL] 2e7af3: Add option to limit number of points written in Tr...

GitHub noreply at github.com
Wed Oct 22 12:29:16 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 2e7af3841beda3d21f730853d68be20ba29986a8
      https://github.com/PDAL/PDAL/commit/2e7af3841beda3d21f730853d68be20ba29986a8
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/filters/Decimation.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Pipeline.hpp
    M include/pdal/kernel/Translate.hpp
    M src/filters/Decimation.cpp
    M src/kernel/Info.cpp
    M src/kernel/Pipeline.cpp
    M src/kernel/Translate.cpp

  Log Message:
  -----------
  Add option to limit number of points written in Translate, using
Decimation filter modification. Remove count from all other kernels
(except Random, where it us used in the FauxReader).


  Commit: 1bc1356e6043473a9df31f9f042e17eca2368568
      https://github.com/PDAL/PDAL/commit/1bc1356e6043473a9df31f9f042e17eca2368568
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/filters/Decimation.hpp
    M include/pdal/kernel/Translate.hpp
    M src/filters/Decimation.cpp
    M src/kernel/Translate.cpp

  Log Message:
  -----------
  change m_limit to point_count_t and remove template types, which are inferred


  Commit: 5e490c97447be464ec1677c2b413203c7f130279
      https://github.com/PDAL/PDAL/commit/5e490c97447be464ec1677c2b413203c7f130279
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/filters/Decimation.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Pipeline.hpp
    M include/pdal/kernel/Translate.hpp
    M src/filters/Decimation.cpp
    M src/kernel/Info.cpp
    M src/kernel/Pipeline.cpp
    M src/kernel/Translate.cpp

  Log Message:
  -----------
  Merge pull request #536 from PDAL/issues/535-write-fixed-point-count

Add option to limit number of points written in Translate


Compare: https://github.com/PDAL/PDAL/compare/f5305bb3dd66...5e490c97447b


More information about the pdal-commits mailing list