3dgeo-heidelberg / py4dgeo

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

Partial invalidation of stored segmentation results #173

Open dokempf opened 2 years ago

dokempf commented 2 years ago

This is a follow-up to #161: For very large analysis that are built incrementally, all algorithms should be able to build on previous results and only extend it for new epochs. This requires both a suitable invalidation mechanism (easy) and an adoption of algorithms to restrict their data scope. The latter also needs an API that will require some thought.