Hello dear forum,
I have an additional question to this topic, but first let me try to explain what I want to achieve.
I have a very big point cloud of an forest. I want to extract a cross section for each tree.
I have an file with the x, y and z coordinates for each tree.
My approach would be to use those coordinates and "cut" out an box with aprox. 10 x 10 x 40 m dimensions and save that box into a new file.
I think using the cross_section command line with an xml file would do? Is that right?
If I'm understanding the plugin and the following post from Daniel correctly it is possible to extract multiple sections of one point cloud.
daniel wrote: ↑Fri Jan 25, 2019 8:55 am
And you also have the more evolved -CROSS_SECTION option (if you want to extract multiple sections / boxes at a time)
But how would I modify the xml file with all my Box_center coordinates in that manner that the large point cloud is only loaded once and then create the cross sections from that given xml?
Code: Select all
http://www.cloudcompare.org/doc/cross_section_params.xml
I guess filling the xml file with my coordinates I have to figure out on my self, but I have over 800 coordinates ( more precise over 800 trees) so I'll try an automatic approach.
So my first Question would be: Is this approach the right one or even possible?
And the second one would be: How to modify the xml accordingly or do I need to create for eacht tree a single xml file?
I hope you can help me and I look forward to hear from you.
Best Tobias