cascaded_union
Deprecated since version 1.10: Use the GEOSGeometry.unary_union
property instead.
Returns a Polygon
that is the union of all of the component polygons in this collection. The algorithm employed is significantly more efficient (faster) than trying to union the geometries together individually. [2]
Please login to continue.