No problems. Any chance of seeing point ordering functionality in the future?daniel wrote:Nope, there's no such function...
Search found 9 matches
- Thu May 10, 2018 10:33 pm
- Forum: Questions
- Topic: Point order when exporting
- Replies: 7
- Views: 5733
Re: Point order when exporting
- Tue May 08, 2018 10:16 pm
- Forum: Questions
- Topic: Ubuntu command line issue
- Replies: 7
- Views: 10699
Re: Ubuntu command line issue
Right! Thank you Daniel, I should be able to sort it out now.daniel wrote:Yes, because the command line tool is just a hack of the main graphical application.
- Tue May 08, 2018 10:10 pm
- Forum: Questions
- Topic: Point order when exporting
- Replies: 7
- Views: 5733
Re: Point order when exporting
Oh I thought you didn't perform any "change': the 'random' subsampling tool will change the order (and il will do it 'randomly' as it randomly picks the points until it has enough of them...). By the way all the subsampling options will change the order (even if the other algorithms are using ...
- Mon May 07, 2018 6:20 am
- Forum: Questions
- Topic: Point order when exporting
- Replies: 7
- Views: 5733
Re: Point order when exporting
Nope, there should be no difference... Apart if PDAL (the library responsible of saving LAS files in the 2.10 verdion) do this, but I doubt it a lot. Just tested in 2.9 beta and can confirm, my point cloud order is lost of export. I am loading a *.las (internal las format 1), decimating it 1:2 with...
- Mon May 07, 2018 6:14 am
- Forum: Questions
- Topic: Ubuntu command line issue
- Replies: 7
- Views: 10699
Re: Ubuntu command line issue
If it's a VM, isn't it an issue with the graphic card / display? Because of the way CC is built, even when the command line mode is used, CC will try to initialize the graphic context. So to use command line functionality I need a display method set up, although it wont open the viewer? If that is ...
- Sun May 06, 2018 10:59 pm
- Forum: Questions
- Topic: Point order when exporting
- Replies: 7
- Views: 5733
Point order when exporting
When exporting data from CC in *.las format, the point order is lost. For example, I load a file that is ordered by appearance (from an MLS system). When I export the file to a new *.las, having performed *any* changes to it, the file points appear to have been written in random order. I assume it i...
- Sun May 06, 2018 10:43 pm
- Forum: Questions
- Topic: Ubuntu command line issue
- Replies: 7
- Views: 10699
Re: Ubuntu command line issue
Hello, sorry for the delay, you have to run cloudcompare.CloudCompare with the snap package. The prefix prevents name collision with potential other package and binaries of CC installed on your computer, you can make an alias if it's an issue for you. Operating out of /snap/cloudcompare/131/bin/ (w...
- Wed May 02, 2018 1:39 am
- Forum: Questions
- Topic: Ubuntu command line issue
- Replies: 7
- Views: 10699
Ubuntu command line issue
I'm having issue executing command line functionality on my Ubuntu VM. From a clean install, I've then installed CC via snap, uploaded a 33mb las file, and then tried to execute: cloudcompare -O x.las -SS SPATIAL 0.1 The result I get is "cloudcompare command not found". I've tried executin...
- Wed May 02, 2018 1:34 am
- Forum: Questions
- Topic: Running cloudcompare on ubuntu 16.04 lts
- Replies: 8
- Views: 17924
Re: Running cloudcompare on ubuntu 16.04 lts
Thank you Roman it works. Any reference to understand this namespace concept? Now after launching the application I have locked it on my unity shell. Best regards Namespaces are an Object-Oriented Programming (OOP) concept: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/...