cityImage.center_line#
- cityImage.center_line(line_geometryA, line_geometryB)[source]#
Given two LineStrings, it derives the corresponding center line
- Parameters:
line_geometryA (LineString) – The first line.
line_geometryB (LineString) – The second line.
Returns –
---------- –
center_line (LineString) – The resulting center line.