segmentize#
- GeosSeriesAccessor.segmentize(*args, **kwargs)#
Adds vertices to line segments based on maximum segment length.
Applies
shapely.constructive.segmentize
to the data and returns its result unmodified.- Parameters:
args – Arguments passed to
segmentize
after the first argument.kwargs – Keyword arguments passed to
segmentize
.