[pdal] Add Filters.Python to PDAL
Albion SHABANI
albi.dony at hotmail.com
Tue Jul 7 00:11:13 PDT 2020
Hello everyone !
I'm doing some tests with PDAL and I am trying to add filters.python to pdal when I install it.
I've tried adding -DBUILD_PLUGIN_PYTHON and -DBUILD_PLUGIN_PROGRAMMABLE when I run cmake, but obviously I am missing something cause the python filter is not added !
cmake -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_PLUGIN_CPD=ON \
-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
-DBUILD_PLUGIN_NITF=ON \
-DBUILD_PLUGIN_ICEBRIDGE=ON \
-DBUILD_PLUGIN_HDF=ON \
-DBUILD_PLUGIN_TILEDB=ON \
-DBUILD_PGPOINTCLOUD_TESTS=OFF \
-DWITH_LAZPERF=ON \
-DWITH_ZSTD=ON \
In the documentation it is not explained how to add python filters.
What should I add or is there another way to add the python filters to pdal ?
Thank you in advance.
Best,
Albion
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200707/836d23de/attachment.html>
More information about the pdal
mailing list