3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
65 stars 8 forks source link

Invalidate KDTrees if required #303

Closed dokempf closed 7 months ago

dokempf commented 7 months ago

With transform, we introduced the first method on the Epoch class that invalidates the KDTree. This should be done through a method of the KDTree itself.