Expand description

Extract the connectivity graph of polygons.

Functions

Extract a connectivity of a set of polygons. Connectivity is encoded as an iterator over multi-graph edges. Each consists of the IDs of the two touching polygons and a location where the both polygons touch. Edges can appear many times.

Extract a connectivity graph of a set of polygons.