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