geoutils.Vector.is_ccw

Contents

geoutils.Vector.is_ccw#

property Vector.is_ccw: Series#

Returns or appends to Vector a Series of dtype('bool') with value True if a LineString or LinearRing is counterclockwise.

See more details at geopandas.GeoSeries.is_ccw().