Confidence map is not computed when `dsm_aggregation_with_max=True`. The problem lies in __init__.py : lines 662 to 680. `raster` has 10 channels instead of 5 when `dsm_aggregation_with_max=True`.
Confidence map is not computed when
dsm_aggregation_with_max=True.The problem lies in init.py : lines 662 to 680.
rasterhas 10 channels instead of 5 whendsm_aggregation_with_max=True.