freneticlib.utils.geometry_utils

Module Contents

Functions

cubic_spline(→ shapely.geometry.LineString)

freneticlib.utils.geometry_utils.cubic_spline(line: shapely.geometry.LineString, node_distance: float = 1, smoothness: int = 0, rounding_precision: int = 3, k: int = 3, min_num_nodes: int = 20) shapely.geometry.LineString[source]