[pdal-commits] [PDAL/PDAL] 9cb932: Add filters.shell that allows you to inline shell ...
Howard Butler
noreply at github.com
Thu Jun 13 11:33:20 PDT 2019
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 9cb932bbd351f35b8e8275a1fbecb642847dd407
https://github.com/PDAL/PDAL/commit/9cb932bbd351f35b8e8275a1fbecb642847dd407
Author: Howard Butler <howard at hobu.co>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
A doc/stages/filters.shell.rst
A filters/ShellFilter.cpp
A filters/ShellFilter.hpp
A test/data/pipeline/shell.json.in
M test/unit/CMakeLists.txt
A test/unit/filters/ShellFilterTest.cpp
Log Message:
-----------
Add filters.shell that allows you to inline shell commands as part of pipelines (#2430)
* fix up my conda build script
* add osx conda setup script
* Add filters.shell
* configuredpath instead of datapath
* fix up my windows conda build setup
* only allow filters.shell if PDAL_ALLOW_SHELL environment variable is set
* add filters.shell doc
More information about the pdal-commits
mailing list