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, Sep 21, 7:12 AM
Unknown Object (File)
Sep 13 2025, 4:23 PM
Unknown Object (File)
Sep 13 2025, 12:56 AM
Unknown Object (File)
Aug 14 2025, 10:49 PM
Unknown Object (File)
Aug 1 2025, 5:11 AM
Unknown Object (File)
Jun 29 2025, 3:42 AM
Unknown Object (File)
Jun 19 2025, 7:17 AM
Unknown Object (File)
Jun 18 2025, 6:40 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