How to separate e57 files

Feel free to ask any question here
Post Reply
Bouldster
Posts: 3
Joined: Thu Jan 24, 2019 2:28 pm

How to separate e57 files

Post by Bouldster »

I have one e57 file that is made up of 15 scans. I would like to split this up into 15 seperate e57 files. Is this possible with CC?

I found this topic in the search https://www.danielgm.net/cc/forum/viewtopic.php?t=2709

However on trying it out it is not working. My code is: CloudCompare -O Chatham Station internal.e57 -C_EXPORT_FMT E57 -SAVE_CLOUDS

The error message is saying : {Load} Can't guess file format: no file extension

Is there something glaringly obvious that i (someone that isn't to familiar with using the command promt in CC) can't see.

I have the e57 loaded in the DB tree and its the only active e57 open.

Thanks in advance
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: How to separate e57 files

Post by daniel »

Yep, don't use filenames with spaces, that's rarely a good idea ;)

In effect, in your command line, use quotes to capture the whole filename: "Chatham Station internal.e57".
Daniel, CloudCompare admin
Bouldster
Posts: 3
Joined: Thu Jan 24, 2019 2:28 pm

Re: How to separate e57 files

Post by Bouldster »

Hi Daniel, I have tried that and its not working? I am guessing it may be to do with the file name then? I took the spaces out and it still didn't work?
Attachments
cc error.JPG
cc error.JPG (217.9 KiB) Viewed 11428 times
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: How to separate e57 files

Post by daniel »

You probably need to specify the complete path to the file: e.g. "C:/XXX/YYY/ZZZ/Chathamint.e57"
Daniel, CloudCompare admin
Bouldster
Posts: 3
Joined: Thu Jan 24, 2019 2:28 pm

Re: How to separate e57 files

Post by Bouldster »

Ah, yep that’s got it.

Thanks Daniel
Post Reply