[pdal-commits] [PDAL/PDAL] d4a2fd: Support passing a reference to a .py script to rea...
Howard Butler
noreply at github.com
Tue Jan 28 07:15:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: d4a2fdefbe3bc3519f1c81c7484c4c26d3f0a36d
https://github.com/PDAL/PDAL/commit/d4a2fdefbe3bc3519f1c81c7484c4c26d3f0a36d
Author: Howard Butler <howard at hobu.co>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M doc/stages/readers.numpy.rst
M pdal/StageExtensions.cpp
M plugins/python/io/CMakeLists.txt
M plugins/python/io/NumpyReader.cpp
M plugins/python/io/NumpyReader.hpp
M plugins/python/plang/Invocation.cpp
M plugins/python/plang/Invocation.hpp
M plugins/python/test/NumpyReaderTest.cpp
A test/data/plang/threedim.py
Log Message:
-----------
Support passing a reference to a .py script to readers.numpy along with function/module/args options that reference a function that returns a Numpy array (#2867)
* support passing a reference to a .py script to readers.numpy along with function/module/args options that reference a function that returns a Numpy array
* make sure to add nlohman includes
* address review comments in #2867
* increment PDAL version to 2.1 to avoid collision
* remove unused reference to nlohman
More information about the pdal-commits
mailing list