[pdal-commits] [PDAL/PDAL] 1a802a: filters.colorization keep points outside raster wh...

Daniel Brookes noreply at github.com
Tue Mar 16 12:53:18 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 1a802af92a194e99cf551b56579ce21c07f02af8
      https://github.com/PDAL/PDAL/commit/1a802af92a194e99cf551b56579ce21c07f02af8
  Author: Daniel Brookes <26078684+dbrookes96 at users.noreply.github.com>
  Date:   2021-03-16 (Tue, 16 Mar 2021)

  Changed paths:
    M filters/ColorizationFilter.cpp
    M test/unit/filters/ColorizationFilterTest.cpp

  Log Message:
  -----------
  filters.colorization keep points outside raster when streaming (#3391) (#3393)

always return true from ColorizationFilter::processOne regardless of if
the raster read for the x, y position of the point did not succeed. the
output band(s) of points outside the raster are ignored.

the normal mode output and stream mode output should now be equal for
filters.colorization.

added a quick unit test to check this scenario.

Co-authored-by: Daniel Brookes <dbrookes at micromine.com.au>




More information about the pdal-commits mailing list