Introduction
Developer Guide
to_crs()
__iter__()
GeoBox
GridSpec
Index
Create a 2D MultiLineString (Multiple disconnected sets of lines).
>>> multiline([[(10, 10), (20, 20), (30, 40)], [(50, 60), (70, 80), (90, 99)]], None) Geometry(MULTILINESTRING ((10 10, 20 20, 30 40), (50 60, 70 80, 90 99)), None)
coords (List[List[Tuple[float, float]]]) – list of lists of x,y coordinate tuples
List
Tuple
float
Geometry