Page 1 of 1

Command line to export

Posted: Tue Feb 25, 2020 3:29 pm
by sechanbask
Hello,

I would like to export e57 file to las

I have tried this :

Code: Select all

cloudcompare.exe "d:\file.e57" -C_EXPORT_FMT LAS - d:\potree\
or

Code: Select all

cloudcompare.exe "d:\file.e57" -C_EXPORT_FMT LAS - d:\potree\file.las
but I get the same errors :

---------------------------
Error
---------------------------
[Load] Can't guess file format: no file extension
---------------------------
OK
---------------------------

---------------------------
Error
---------------------------
[Load] File 'd:\potree\file.las' doesn't exist!
---------------------------
OK
---------------------------




Can you help me to fix my mistake, please ?

Re: Command line to export

Posted: Tue Feb 25, 2020 8:32 pm
by daniel
Don't you miss the '-O' command? (before the filename).

And then, make sure your CloudCompare version supports the LAS format (it should have a QPDAL_IO_PLUGIN plugin).