spherely.create_multipoint

spherely.create_multipoint#

spherely.create_multipoint(points)#

Create a MULTIPOINT geography.

Parameters:

points (sequence) – A sequence of (longitude, latitude) coordinates (in degrees) or POINT Geography objects.

Returns:

multipoint (Geography) – A new MULTIPOINT (or POINT if a single point is passed) geography object.