spherely.create_linestring

spherely.create_linestring#

spherely.create_linestring(vertices=None)#

Create a LINESTRING geography.

Parameters:

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

Returns:

linestring (Geography) – A new LINESTRING geography object.