extract_unique_points#

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

Returns all distinct vertices of an input geometry as a multipoint.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series