fish-quant / ComSeg

comseg
https://comseg.readthedocs.io/
MIT License
15 stars 3 forks source link

fix allow_disconnected_polygons #7

Closed ConstensouxAlexis closed 3 months ago

ConstensouxAlexis commented 3 months ago

I think that you forced ComSeg to produce disconnected polygons instead of the opposite

tdefa commented 3 months ago

The disconnected polygon are the "shapely.geometry.MultiPolygon". if they are present, it means that they are disconnected polygons.

Do you agree ? So I do not see the point of this change ? Maybe I am missing something ?