Urban_PointCloud_Processing icon indicating copy to clipboard operation
Urban_PointCloud_Processing copied to clipboard

CableFuser throws an error when caching is enabled.

Open daanbl opened this issue 2 years ago • 0 comments

This is due to the fact that a subset of points is queried for AHN interpolation, while the interpolator expects the full set for caching purposes.

A temporary fix is to disable caching in the pipeline: pipeline.Pipeline(processors=..., ahn_reader=..., caching=False)

daanbl avatar Feb 09 '23 16:02 daanbl