CloudCompare / CloudComPy

Python wrapper for CloudCompare
Other
283 stars 40 forks source link

SF cell statistics with Rasterize in cloudComPy #109

Closed bthetford closed 1 year ago

bthetford commented 1 year ago

Hello,

I noticed that in CloudCompare 2.13, the Rasterize function now includes scalar field statistics, where you can choose any percentile you want. Is there any way to achieve this using cloudComPy?

I'm trying to compute a roughness scalar field, and then take percentiles of roughness for each cell in a given grid.

Thanks, Beau

prascle commented 1 year ago

Hello,

CloudComPy is probably not up to date with the latest developments of the Rasterize function, I will check what is missing and try to add it.

Regards, Paul

bthetford commented 1 year ago

Thank you!! I was able to write my own workaround following this article.

But, it's probably not as fast as what you'll implement!

beau