[pdal-commits] [PDAL/PDAL] b21e00: throw exceptions when random iterators are not fou...
GitHub
noreply at github.com
Fri Feb 14 09:48:39 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: b21e0070be4313456179add2a860c1db2c6d55ba
https://github.com/PDAL/PDAL/commit/b21e0070be4313456179add2a860c1db2c6d55ba
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M include/pdal/filters/Predicate.hpp
M include/pdal/filters/Programmable.hpp
Log Message:
-----------
throw exceptions when random iterators are not found for filters.programmable and filters.predicate
Commit: b339a86749bf0df9c9d3b1c4ff9214660aceb08e
https://github.com/PDAL/PDAL/commit/b339a86749bf0df9c9d3b1c4ff9214660aceb08e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M src/plang/PythonEnvironment.cpp
Log Message:
-----------
fix up exception throwing to actually throw useful exceptions
Commit: 9a4b16ac2b8254a02a4ed2d7bcaba0660038464a
https://github.com/PDAL/PDAL/commit/9a4b16ac2b8254a02a4ed2d7bcaba0660038464a
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M test/unit/plang/ProgrammableFilterTest.cpp
Log Message:
-----------
use BOOST_CHECK_CLOSE so we can get some output when failures happen
Commit: a89cd410a24aadf43c0e14ab0f8e82ccd85996df
https://github.com/PDAL/PDAL/commit/a89cd410a24aadf43c0e14ab0f8e82ccd85996df
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M src/plang/Invocation.cpp
A test/data/pipeline/create-dimension.xml
M test/unit/plang/ProgrammableFilterTest.cpp
Log Message:
-----------
beef up error detection in cases where Python array types don't match PDAL dimension types
Commit: 3bf58e9d9a23cd0ded7749e420d48260dda56bfe
https://github.com/PDAL/PDAL/commit/3bf58e9d9a23cd0ded7749e420d48260dda56bfe
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M include/pdal/filters/Mosaic.hpp
M src/filters/Mosaic.cpp
A test/data/pipeline/mosaic.xml
M test/unit/filters/MosaicFilterTest.cpp
Log Message:
-----------
make filters.mosaic work more better. Provide an example of a mosaic that creates new dimensions, filters data, and updates one leg of the filters.mosaic with Python
Compare: https://github.com/PDAL/PDAL/compare/d238d11f9623...3bf58e9d9a23
More information about the pdal-commits
mailing list