[pdal-commits] [PDAL/PDAL] ac61a6: Implement 'pdalargs' option for filters.predicate ...
GitHub
noreply at github.com
Thu Mar 30 21:49:13 PDT 2017
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: ac61a607ff8625530b4faefc51489dd13baaf472
https://github.com/PDAL/PDAL/commit/ac61a607ff8625530b4faefc51489dd13baaf472
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-30 (Thu, 30 Mar 2017)
Changed paths:
M doc/stages/filters.predicate.rst
M doc/stages/filters.programmable.rst
M pdal/plang/Invocation.cpp
M pdal/plang/Invocation.hpp
M plugins/python/CMakeLists.txt
M plugins/python/filters/CMakeLists.txt
M plugins/python/filters/PredicateFilter.cpp
M plugins/python/filters/PredicateFilter.hpp
M plugins/python/filters/ProgrammableFilter.cpp
M plugins/python/filters/ProgrammableFilter.hpp
M plugins/python/test/ProgrammableFilterTest.cpp
Log Message:
-----------
Implement 'pdalargs' option for filters.predicate and filters.programmable to allow users to pass in a dictionary of arguments to the module #931 (#1546)
* Implement 'pdalargs' option for filters.predicate and filters.programmable to allow users to pass in a dictionary of arguments to the module #931
* fix up tests
More information about the pdal-commits
mailing list