Page 1 of 1

[Batch] Saving the .las file

Posted: Wed Feb 28, 2024 9:57 am
by ninh_ghoster
Hi all,


I was using the TreeIso plugin to separate trees, but wonder can I save all the .las file at once rather than save every single tree? Since I have too many of them.

Re: [Batch] Saving the .las file

Posted: Sat Mar 02, 2024 9:50 am
by daniel
Sadly no... Some formats allow to store multiple clouds at once (BIN, E57). Then you can batch the conversion of a BIN file to multiple LAS files via the command line:
'CloudCompare -O my_file.bin -C_EXPORT_FMT LAS -SAVE_CLOUDS'

We should had the option to save multiple files to other formats (currently only the TXT/ASCII format can do it I believe).

Re: [Batch] Saving the .las file

Posted: Sat Mar 02, 2024 9:51 am
by daniel
I've added this to the TODO list

Re: [Batch] Saving the .las file

Posted: Mon Mar 04, 2024 3:44 pm
by ninh_ghoster
Thank Daniel, hopefully, you could add this option in the next version.