An open API service indexing awesome lists of open source software.

https://github.com/pdal/python-plugins

filters.python and readers.numpy for PDAL
https://github.com/pdal/python-plugins

Last synced: about 1 year ago
JSON representation

filters.python and readers.numpy for PDAL

Awesome Lists containing this project

README

          

================================================================================
PDAL Python Plugins
================================================================================

PDAL Python plugins allow you to process data with PDAL into
`Numpy `__ arrays.
They support embedding Python in PDAL pipelines with the
`readers.numpy `__ and
`filters.python `__ stages.

Installation
--------------------------------------------------------------------------------

PyPI
................................................................................

PDAL Python plugins are installable via PyPI:

.. code-block::

pip install pdal-plugins

GitHub
................................................................................

The repository for PDAL's Python plugins is available at https://github.com/PDAL/python-plugins

.. image:: https://github.com/PDAL/python-plugins/workflows/Build/badge.svg
:target: https://github.com/PDAL/python-plugins/actions?query=workflow%3ABuild

Requirements
================================================================================

* PDAL 2.6+
* Python >=3.9
* Numpy (eg :code:`pip install numpy`)
* scikit-build-core (eg :code:`pip install scikit-build-core`)