spherely.create_multipolygon# spherely.create_multipolygon(polygons)# Create a MULTIPOLYGON geography. Parameters: polygons (sequence) – A sequence of POLYGON Geography objects. Returns: multipolygon (Geography) – A new MULTIPOLYGON (or POLYGON if a single polygon is passed) geography object.