[pdal] filters.python not available after install pdal and pdal-plugins
Howard Butler
howard at hobu.co
Fri Aug 16 11:44:06 PDT 2024
I confirmed this is an issue.
The story is with how conda-forge registers where the plugin path. There has been some back and forth about how we should do that.
Here's one way you might be able to get it going:
print where your plugins live
> python -m pdal --pdal-plugin-path
set PDAL_DRIVER_PATH="result from above"
Another alternative might be something like this to keep the previous value of PDAL_DRIVER_PATH
> python -m pdal --pdal-plugin-path > pdal-plugin-path
> set /p PDAL_PLUGIN_PATH= < pdal-plugin-path
> DEL pdal-plugin-path
I'm tracking this issue at https://github.com/conda-forge/python-pdal-feedstock/issues/124
Howard
> On Aug 16, 2024, at 12:37 AM, Dom Jaskierniak via pdal <pdal at lists.osgeo.org> wrote:
>
> Hi, <>
>
> Although I have the below two packages in my venv:
>
> python-pdal 3.4.5 py312h61d12cd_4 conda-forge
> pdal-plugins 1.5.2 pypi_0 pypi
>
> I cant seem to find:
>
> libpdal_plugin_filter_python.dll
>
> in Library\lib and Library\bin of anaconda3\env. Using pdal --drivers confirms that I don't have filters.python which I would like to have to run a python function in a pipeline
> {
> "type": "filters.python",
> "script": "WF_Desktop_YOLO_V5.ipynb",
> "function": "filter_by_treeID_min_z",
> }
>
> Does anyone know why I don’t seem to have access to this plugin?
>
> Thank you,
> Dom
> Dr Dom Jaskierniak
> Senior Scientist (Remote Sensing and Landscape Sciences)
>
> Science, Economics and Insights Division| Department of Climate Change, Energy, the Environment and Water
> M 0498 206 030 | E dom.jaskierniak at environment.nsw.gov.au <mailto:dom.jaskierniak at environment.nsw.gov.au>
> Level 3, 6 Stewart Avenue, Newcastle, NSW, 2302
>
> www.dpie.nsw.gov.au <http://www.dpie.nsw.gov.au/>
> <http://www.dpie.nsw.gov.au/>
> The Department of Planning and Environment acknowledges that it stands on Aboriginal land.
> We acknowledge the traditional custodians of the land and we show our respect for elders past, present
> and emerging through thoughtful and collaborative approaches to our work, seeking to demonstrate our ongoing
> commitment to providing places in which Aboriginal people are included socially, culturally and economically.
>
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
> This email is intended for the addressee(s) named and may contain confidential and/or privileged information.
> If you are not the intended recipient, please notify the sender and then delete it immediately.
> Any views expressed in this email are those of the individual sender except where the sender expressly and with authority states them to be the views of the NSW Office of Environment, Energy and Science.
>
> PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL
>
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org <mailto:pdal at lists.osgeo.org>
> https://lists.osgeo.org/mailman/listinfo/pdal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20240816/75b49a73/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 117661 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20240816/75b49a73/attachment-0001.png>
More information about the pdal
mailing list