py4dgeo icon indicating copy to clipboard operation
py4dgeo copied to clipboard

Add pure Python version of the distance calculation driver

Open dokempf opened this issue 3 years ago • 1 comments

This allows an actual pure Python implementation that a user would expect from PythonFallbackM3C2.

dokempf avatar Dec 10 '21 13:12 dokempf

A first try reveals that this harder to implement than expected as it requires instantiation of all parameter structs from Python.

dokempf avatar Feb 17 '22 14:02 dokempf