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
- Host: GitHub
- URL: https://github.com/pdal/python-plugins
- Owner: PDAL
- License: bsd-3-clause
- Created: 2021-11-19T15:03:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T17:56:21.000Z (about 2 years ago)
- Last Synced: 2024-04-26T18:02:55.408Z (about 2 years ago)
- Language: C++
- Size: 1.04 MB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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`)