[pdal-commits] [PDAL/PDAL] 5745fe: Implement 'pdalargs' option for filters.predicate ...
GitHub
noreply at github.com
Thu Mar 30 11:30:24 PDT 2017
Branch: refs/heads/python-args
Home: https://github.com/PDAL/PDAL
Commit: 5745fe0ff451b4cec38b99d77e29005b44f2324b
https://github.com/PDAL/PDAL/commit/5745fe0ff451b4cec38b99d77e29005b44f2324b
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
More information about the pdal-commits
mailing list