-C_EXPORT_FMT command line

Feel free to ask any question here
Post Reply
Seb_B
Posts: 5
Joined: Mon Feb 03, 2014 2:16 pm

-C_EXPORT_FMT command line

Post 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,
daniel
Site Admin
Posts: 7660
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: -C_EXPORT_FMT command line

Post 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
Daniel, CloudCompare admin
Seb_B
Posts: 5
Joined: Mon Feb 03, 2014 2:16 pm

Re: -C_EXPORT_FMT command line

Post by Seb_B »

It makes sense! thank you!

Sebastien
Post Reply