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.
[Batch] Saving the .las file
-
- Posts: 2
- Joined: Wed Feb 28, 2024 9:19 am
[Batch] Saving the .las file
- Attachments
-
- Untitled.png (124.79 KiB) Viewed 1084 times
Re: [Batch] Saving the .las file
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).
'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
-
- Posts: 2
- Joined: Wed Feb 28, 2024 9:19 am
Re: [Batch] Saving the .las file
Thank Daniel, hopefully, you could add this option in the next version.