line_interpolate_point#

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

Returns a point interpolated at given distance on a line.

Applies shapely.linear.line_interpolate_point to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series