simplify#

GeosSeriesAccessor.simplify(*args, **kwargs)#

Returns a simplified version of an input geometry using the Douglas-Peucker algorithm.

Applies shapely.constructive.simplify to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series