I am trying to integrate lines (representing water flowlines) and get an AttributeError: 'Config' object has no attribute 'min'
It looks like line 74 in "/s2/s2-coverings/src/lib/geometric_feature.py" should be
homogeneous_coverer.set_min_level(config.min_level)
instead of
homogeneous_coverer.set_min_level(config.min)