Skip to content

Clean converts a polygon to a multipolygon of boundary slivers #663

@siromega

Description

@siromega

I am working with a set of data, and in the course of my processing, polygons are being diminished from a polygon to just slivers of the outline.

Starting polygon
image

Resulting polygon after "filter-slivers" and "clean allow-overlaps".
image

A regular polygon became just boundary slivers after these two processing steps.

Inspect before the processing:
Type: polygon
Rings: 1 cw, 2 ccw (which goes to 1 cw, 0 ccw after filter-slivers, and to 48 cw 0 ccw after clean allow-overlaps)

The spherical area is also dramatically reduced since it's just a bunch of boundary polygon slivers.

If I run filter-slivers again, it deletes the 48 cw rings, and I have no geometry anymore.

If you need any additional information, please let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions