geopandas.GeoSeries.is_simple

property GeoSeries.is_simple

Returns a Series of dtype('bool') with value True for geometries that do not cross themselves.

This is meaningful only for LineStrings and LinearRings.