spherely.create_multilinestring#
- spherely.create_multilinestring(lines)#
Create a MULTILINESTRING geography.
- Parameters:
lines (sequence) – A sequence of sequences of (longitude, latitude) coordinates (in degrees) or a sequence of sequences of POINT
Geography
objects or a sequence of LINESTRINGGeography
objects.- Returns:
multilinestring (
Geography
) – A new MULTILINESTRING (or LINESTRING if a single line is passed) geography object.