polygon-union topic
martinez
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
GreinerHormann
Greiner-Hormann polygon clipping algorithm. Does AND, OR, XOR. Plays nicely with Leaflet. Handles non-convex polygons and multiple clipping areas. ~3kb footprint, no dependencies
Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
pyclipper
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
polybooljs
Boolean operations on polygons (union, intersection, difference, xor)
rust-geo-booleanop
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
polyclip
R package polyclip: a port of the Clipper library for polygon geometry
PolyBoolCS
This is a fairly straightforward port of the polybooljs library to the C# programming language.
SwiftClipper
A Swift version of polygon clipper.
jts
The JTS Topology Suite is a Java library for creating and manipulating vector geometry.