geoutils.Vector.offset_curve#
- Vector.offset_curve(distance, quad_segs=8, join_style='round', mitre_limit=5.0)[source]#
Return a
LineStringorMultiLineStringgeometry at a distance from the object on its right or its left side.See more details at
geopandas.GeoSeries.offset_curve().- Return type:
TypeVar(VectorType, bound= Vector)