Introduction
Developer Guide
to_crs()
__iter__()
GeoBox
GridSpec
Index
Create a 2D LineString (Connected set of lines).
>>> line([(10, 10), (20, 20), (30, 40)], None) Geometry(LINESTRING (10 10, 20 20, 30 40), None)
coords (List[Tuple[float, float]]) – list of x,y coordinate tuples
List
Tuple
float
Geometry