is_ccw#
- GeosDataFrameAccessor.is_ccw(*args, inplace=False, **kwargs)#
Returns True if a linestring or linearring is counterclockwise.
Applies
pgpd.GeosSeriesAccessor.is_ccw()
to each column of “geos” dtype and aggregates the results in a DataFrame.- Parameters:
- Returns:
DataFrame where each “geos” column from the original is transformed or None if
inplace=True
.- Return type:
pandas.DataFrame or None