spherely.create_linestring

spherely.create_linestring#

spherely.create_linestring(vertices: Sequence | None = None) Geography#

Create a LINESTRING geography.

Parameters:

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