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)
Mar 6 2024, 5:35 AM
Unknown Object (File)
Mar 4 2024, 4:45 AM
Unknown Object (File)
Dec 22 2023, 2:11 PM
Unknown Object (File)
Nov 7 2023, 3:16 AM
Unknown Object (File)
Oct 6 2023, 2:13 AM
Unknown Object (File)
Sep 14 2023, 2:45 PM
Unknown Object (File)
Aug 6 2023, 8:27 AM
Unknown Object (File)
Aug 6 2023, 7:32 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