bbox_of_polygons#

classmethod PolygonData.bbox_of_polygons(polygons)#

Compute the bounding box of a list of polygons.

Parameters:
polygons: list[PolygonData]

List of polygons.

Returns:
tuple[PointData, PointData]