Page MenuHomeFreeBSD

[NEW PORT] math/py-pdal: PDAL Python bindings
ClosedPublic

Authored by lbartoletti on Jul 28 2020, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 7:42 PM
Unknown Object (File)
Jun 17 2026, 10:21 PM
Unknown Object (File)
Jun 14 2026, 6:31 AM
Unknown Object (File)
Jun 11 2026, 9:49 AM
Unknown Object (File)
Jun 10 2026, 5:07 PM
Unknown Object (File)
Jun 8 2026, 11:21 AM
Unknown Object (File)
May 3 2026, 6:16 PM
Unknown Object (File)
May 3 2026, 6:16 PM
Subscribers

Details

Summary

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/

py-pdal requires cmake, but also setuptools. Having both at the same time makes the mess. So, I add cmake (and ninja) as a dependency. I've already tested other methods, but for the moment it's the only one that works.

Test Plan
  • poudriere (11/12/13 i386/amd64)
  • porltint ok
  • tested with do-test and manual test

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32628
Build 30084: arc lint + arc unit