Page 1 of 1

-C_EXPORT_FMT command line

Posted: Wed Apr 01, 2015 10:04 am
by Seb_B
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,

Re: -C_EXPORT_FMT command line

Posted: Wed Apr 01, 2015 11:20 am
by daniel
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

Re: -C_EXPORT_FMT command line

Posted: Wed Apr 01, 2015 12:01 pm
by Seb_B
It makes sense! thank you!

Sebastien