Cannot export LAZ files via CMD (Ubuntu)

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
abdulaerodyne
Posts: 2
Joined: Thu May 30, 2024 8:54 am

Cannot export LAZ files via CMD (Ubuntu)

Post by abdulaerodyne »

Hello,

I'm trying to convert a mesh PLY file to a point cloud and trying to export that point cloud in LAS/LAZ file formats.

I can do that with GUI but I'm facing the following error via linux command line:

Code: Select all

 Unhandled format specifier (LAS)
Command:

Code: Select all

CloudCompare -SILENT -VERBOSITY 1 -AUTO_SAVE OFF -o abc-ply.ply -SAMPLE_MESH POINTS 10000000 -C_EXPORT_FMT LAS -EXT LAZ
OS: Ubuntu 22.04.4 LTS
CC version: 2.13.1 (Kharkiv)

Is there anything I'm doing wrong?
daniel
Site Admin
Posts: 7607
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Cannot export LAZ files via CMD (Ubuntu)

Post by daniel »

Ah, maybe that's the LAZ format that's not supported? Does it work without the end part? (-EXT LAZ)
Daniel, CloudCompare admin
abdulaerodyne
Posts: 2
Joined: Thu May 30, 2024 8:54 am

Re: Cannot export LAZ files via CMD (Ubuntu)

Post by abdulaerodyne »

No, it doesn't work without -EXT as well.

Command used for reference:

Code: Select all

CloudCompare -SILENT -VERBOSITY 1 -AUTO_SAVE OFF -o abc-ply.ply -SAMPLE_MESH POINTS 1000000 -C_EXPORT_FMT LAS
Still getting:

Code: Select all

Unhandled format specifier (LAS)

Update:

Getting similar error on E57 file type as well.

Command used for reference:

Code: Select all

CloudCompare -SILENT -VERBOSITY 1 -AUTO_SAVE OFF -o abc-ply.ply -SAMPLE_MESH POINTS 1000000 -C_EXPORT_FMT E57
Getting:

Code: Select all

Unhandled format specifier (E57)
daniel
Site Admin
Posts: 7607
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Cannot export LAZ files via CMD (Ubuntu)

Post by daniel »

It's as is the command line mode was not loading the I/O plugins... You should see the list of plugins loaded at the beginning of the logs (in both the GUI and the command line versions).
Daniel, CloudCompare admin
Post Reply