is_ccw#

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

Returns True if a linestring or linearring is counterclockwise.

Applies shapely.predicates.is_ccw to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series