⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.is_ring

Contents

geoutils.Vector.is_ring#

property Vector.is_ring: Series#

Returns or appends to Vector a Series of dtype('bool') with value True for features that are closed.

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