pyntcloud
pyntcloud copied to clipboard
pyntcloud is a Python library for working with 3D point clouds.
This solves https://github.com/daavoo/pyntcloud/issues/331
PyntCloud didn't show with the following message `Backend GTK4Agg is interactive backend. Turning interactive mode on.`
Add new backend using https://github.com/groscot/jupythree
Hello. Thanks for the nice library! I think I may have found a bug, could you please check? **Describe the bug** The logic of `io.las.read_las_with_laspy()` may not meet the las...
**Describe the bug** When running `PyntCloud.from_file(las_file_path)` I receive a point cloud with black color values. But it works when running `laspy` directly. This bug is caused by https://github.com/daavoo/pyntcloud/blob/4d7928c09a81a59be308ed4bd10b3431dc812127/pyntcloud/io/las.py#L39-L40 The reason...
**Describe the bug** There are some problems in opening these Rhinos files, apparently issues with line endings: https://github.com/cnr-isti-vclab/meshlab/files/3330082/Box.ply.zip https://github.com/cnr-isti-vclab/meshlab/files/4837381/box_v6.ply.zip **To Reproduce** `cloud = PyntCloud.from_file('....')` **Expected behavior** It might be interesting...
I see the documentation doesn't touch upon this. I had a look at https://github.com/daavoo/pyntcloud/blob/master/examples/%5Bvisualization%5D%20PyntCloud.ipynb Which mentions some nonexistent `examples/[io]` and `examples/[sampling]` notebooks. Unfortunately, the method `get_sample` doesn't mention anything about...
**Is your feature request related to a problem? Please describe.** I am working with annotation of 3d-pointclouds. The data i have access to is in .las format. However, most annotation...
## Description `.ply` files were not written with "double" coordinates even though the xyz coordinates columns were in float64 format. I was dealing with ply files in geospatial context and...