[Batch] Saving the .las file

Feel free to ask any question here
Post Reply
ninh_ghoster
Posts: 3
Joined: Wed Feb 28, 2024 9:19 am

[Batch] Saving the .las file

Post 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.
Attachments
Untitled.png
Untitled.png (124.79 KiB) Viewed 9236 times
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: [Batch] Saving the .las file

Post 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).
Daniel, CloudCompare admin
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: [Batch] Saving the .las file

Post by daniel »

I've added this to the TODO list
Daniel, CloudCompare admin
ninh_ghoster
Posts: 3
Joined: Wed Feb 28, 2024 9:19 am

Re: [Batch] Saving the .las file

Post by ninh_ghoster »

Thank Daniel, hopefully, you could add this option in the next version.
KajN
Posts: 4
Joined: Mon Mar 21, 2022 8:17 am

Re: [Batch] Saving the .las file

Post by KajN »

daniel wrote: Sat Mar 02, 2024 9:50 am 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).
Hi Daniel!

Is this possible now? If not, could you please explain how to do the batch conversion?

Thank you!
/Kaj
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: [Batch] Saving the .las file

Post by daniel »

As far as I know, no one has done it (as this is an open source project, we can only rely on individual contributions).
Daniel, CloudCompare admin
Post Reply