jord.shapely_utilities.points.unique_line_points# jord.shapely_utilities.points.unique_line_points(lines: Sequence[LineString]) → List[Point][source]# Parameters: lines – Returns: Return list of unique vertices from list of LineStrings. Return type: List[Point]