geoutils.Vector.offset_curve

geoutils.Vector.offset_curve#

Vector.offset_curve(distance, quad_segs=8, join_style='round', mitre_limit=5.0)[source]#

Returns a LineString or MultiLineString geometry at a distance from the object on its right or its left side.

See more details at geopandas.GeoSeries.offset_curve().

Return type:

Vector