Dear CloudCompare enthusiasts,
Exceptionnaly, this newsletter is not a announcement of a new stable release of CloudCompare (even though the 2.12.alpha version is almost ready and quite stable ;).
Today, I'd like to advertise 2 projects that try to blend CloudCompare with Python. I hope this will open new horizons for some of you!
Mind that these 2 projects are still work in progress. Constructive feedback is welcome: please declare bugs or ask questions on their respective github pages. |
1. CloudCompy, by Paul Rascle This project allows one to load clouds and access their internal data as numpy arrays, call some of CloudCompare's algorithms, apply your own processes, and save the result.
The tests are good examples of how it can be used:
|
2. CloudCompare Python Plugin by Thomas Montaigu This plugin allows to write Python scripts in CloudCompare, by providing python bindings to the set of CloudCompare’s libraries (that you can use in C++ plugins) as well as embedding a python interpreter to run scripts. This plugin can be used to run Python scripts via the GUI or via the command line. You'll find the extensive documentation here with all the bulding instructions and examples |
(note that you can find the above pieces of information in the 'release' section of the official website) |