Opened 13 months ago
Closed 12 months ago
#808 closed defect (fixed)
Add support for PDAL filters.plugin
Reported by: | martinl | Owned by: | |
---|---|---|---|
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?
Change History (2)
comment:1 by , 13 months ago
comment:2 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
python3-pdal-plugins added in https://github.com/jef-n/OSGeo4W/commit/59894b1e7ac565a26d60c9c093848c165baae838
Note:
See TracTickets
for help on using tickets.
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