Hello,
I am trying this command line:
CloudCompare -O 73_DAB18.las -SS SPATIAL 0.2 -C_EXPORT_FMT LAS
The job is done but the exported format is still a bin!
Do I am doing wrong?
Sebastien,
-C_EXPORT_FMT command line
Re: -C_EXPORT_FMT command line
You just have to set the output format before the file is saved (i.e. before the "SS" method is called in your case):
Code: Select all
CloudCompare -O 73_DAB18.las -C_EXPORT_FMT LAS -SS SPATIAL 0.2
Daniel, CloudCompare admin
Re: -C_EXPORT_FMT command line
It makes sense! thank you!
Sebastien
Sebastien