Conversion to LAS (Problem - null bounding-box) - solved
Posted: Thu Feb 08, 2024 4:06 pm
Hey there,
when i'm using the command line mode and want to convert a E57-file into a LAS file, i'm using the following command pattern:
and it "works", but not really: When i load the resulting "pointcloud.las" into CloudCompare, i don't see any pointcloud but "[ccGLWindow] Entity/DB has a null bounding-box!"
So, is it a problem with my command or is there a problem with converting to LAS via command line mode in general?
Thank you!
when i'm using the command line mode and want to convert a E57-file into a LAS file, i'm using the following command pattern:
Code: Select all
cloudcompare -SILENT -AUTO_SAVE OFF -C_EXPORT_FMT LAS -O pointcloud.e57 -SAVE_CLOUDS FILE destination/path/to/pointcloud.las
So, is it a problem with my command or is there a problem with converting to LAS via command line mode in general?
Thank you!