A Python library for working with 3D point clouds, providing tools for loading, filtering, downsampling, and visualizing point cloud data. Current version is 0.3.1, with irregular releases.
pip install pyntcloudNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a PyntCloud from a numpy array. Requires pandas DataFrame structure.
Replace `cloud.points` with `cloud.xyz`.
Access scalar fields via `cloud.points['field_name']`.
Convert with `cloud.points.values` or `cloud.xyz` to get numpy array for coordinates.
Use `cloud.xyz` instead of `cloud.points`.
Run `pip install pyntcloud` to install the library.