#808 closed defect (fixed)

Add support for PDAL filters.plugin

Reported by: martinl Owned by: osgeo4w-dev@…
Priority: normal Component: Package
Version: Keywords: PDAL, plugins
Cc:

Description

Attempt to use PDAL filters.plugins (1) fails in OSGeo4W:

C:\OSGeo4W>pdal pipeline Z:\skripty\pdal-pipeline.json
PDAL: Couldn't create filter stage of type 'filters.python'.
You probably have a version of PDAL that didn't come with a plugin
you're trying to load.  Please see the FAQ at https://pdal.io/faq

Is there any plan to support filters.python (pdal-plugins Python package (2)) in OSGeo4W?

[1] https://pdal.io/en/2.6.0/stages/filters.python.html

[2] https://github.com/PDAL/python-plugins

Change History (2)

comment:1 by hobu, 11 months ago

You would need to install https://github.com/PDAL/python-plugins and make sure PDAL_DRIVER_PATH points to wherever random place that Python installs that so PDAL can find it.

The PDAL Python bindings show how we build and install it https://github.com/PDAL/python/blob/main/.github/workflows/build.yml for tests and https://github.com/conda-forge/python-pdal-feedstock/blob/main/recipe/build.sh#L20 shows how we do it for Conda Forge builds

comment:2 by jef, 11 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.