Paul RASCLE
Paul RASCLE
OK, I understand better: your point cloud is not originally loaded with CloudComPy but with another tool and you need to convert it to the right object type (I should...
Well, I'm lost. Do you have any small sample files for me to look at? I can't reproduce the problem. I installed laspy quickly, but it doesn't read the compressed...
I get it! I'm sorry, I forgot that, by default, loadPointCloud does a coordinate change to avoid handling large numbers. You can test with the GUI to see how CloudCompare...
I learned something about numpy: when you transpose a ndarray, it is not reordered in memory, you have to ask explicitly. There is a problem in CloudComPy regarding the storage...
I have tested with the .laz files from #issue28: ``` import os import sys import math os.environ["_CCTRACE_"]="ON" import cloudComPy as cc import numpy as np import time cc.initCC() # to...
Hello, I haven't looked at the sensor part of cloudCompare yet and am not familiar with these treatments. I've been playing around a bit with CloudCompare to create sensors and...
Hello, Could you provide an example of such a file ? It will help me to test and solve the problem. Thanks and regards, Paul
Thanks, I see the structure, it is read and saved by the CloudCompare GUI, I will check what is going on with CloudCompy. Paul
When loading and saving the file with CloudCompare GUI, some parts of the structure seem not to be saved, and I see that the version of libE57 we use is...
Could you please give more context, in order to analyse or try to reproduce the problem? Thanks