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)
Sun, May 3, 6:16 PM
Unknown Object (File)
Sun, May 3, 6:16 PM
Unknown Object (File)
Tue, Apr 21, 4:57 PM
Unknown Object (File)
Tue, Apr 21, 2:43 AM
Unknown Object (File)
Apr 15 2026, 1:51 PM
Unknown Object (File)
Apr 4 2026, 9:46 AM
Unknown Object (File)
Mar 29 2026, 2:11 PM
Unknown Object (File)
Mar 29 2026, 11:21 AM
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