It would be very nice to be able specify output file name and location, instead of creating files with hardcoded names in the current directory. This is especially useful for scripting and batch processing.
Issue at GitHub https://github.com/CloudCompare/CloudCompare/issues/659
Search found 2 matches
- Thu Mar 01, 2018 12:38 pm
- Forum: Requests, new functionalities
- Topic: Allow to define output file name in command line mode
- Replies: 0
- Views: 7561
- Thu Mar 01, 2018 12:36 pm
- Forum: Questions
- Topic: Calling CloudCompare from Python
- Replies: 0
- Views: 7947
Calling CloudCompare from Python
I want to run CloudCompare in command-line mode from the Python program. CloudCompare installed at C:\CloudCompare . In Python I construct command command e.g.: C:\CloudCompare\CloudCompare.exe -SILENT -NO_TIMESTAMP -O lasfile.las -CROPD2D z 42 .... and execute it with subprocess, like with subproce...