mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e436777854
Description: PDAL Python support allows you to process data with PDAL into Numpy arrays. It supports embedding Python in PDAL pipelines with the readers.numpy and filters.python stages, and it provides a PDAL extension module to control Python interaction with PDAL. Additionally, you can use it to fetch schema and metadata from PDAL operations. Context: Python plugin is removed from math/pdal and is available at https://pypi.org/project/PDAL/ Approved by: tcberner (mentor)
9 lines
375 B
Plaintext
9 lines
375 B
Plaintext
PDAL Python support allows you to process data with PDAL into Numpy arrays.
|
|
It supports embedding Python in PDAL pipelines with the readers.numpy and
|
|
filters.python stages, and it provides a PDAL extension module to control
|
|
Python interaction with PDAL.
|
|
|
|
Additionally, you can use it to fetch schema and metadata from PDAL operations.
|
|
|
|
WWW: https://pypi.python.org/pypi/pdal
|