[pdal-commits] [PDAL/PDAL] e1323a: Always reject nan values with the range filter
GitHub
noreply at github.com
Wed Oct 25 06:21:10 PDT 2017
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: e1323ac27635df38bd7ba3b284101fb8ffd636a2
https://github.com/PDAL/PDAL/commit/e1323ac27635df38bd7ba3b284101fb8ffd636a2
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2017-10-24 (Tue, 24 Oct 2017)
Changed paths:
M filters/private/DimRange.cpp
A test/data/las/gps-time-nan.las
M test/unit/filters/RangeFilterTest.cpp
Log Message:
-----------
Always reject nan values with the range filter
`DimRange::valuePasses` should always be false (modulo `m_negate`) if v
is nan. Includes test case.
Commit: 22f2dfc4f3e5d28435c15178548f2539f4e31b0f
https://github.com/PDAL/PDAL/commit/22f2dfc4f3e5d28435c15178548f2539f4e31b0f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M filters/private/DimRange.cpp
A test/data/las/gps-time-nan.las
M test/unit/filters/RangeFilterTest.cpp
Log Message:
-----------
Merge pull request #1708 from gadomski/range-with-nan
Always reject nan values with the range filter
Compare: https://github.com/PDAL/PDAL/compare/3221f81108c0...22f2dfc4f3e5
More information about the pdal-commits
mailing list