geoutils.Vector.is_ring

Contents

geoutils.Vector.is_ring#

property Vector.is_ring: Series#

Return a Series of dtype('bool') with value True for features that are closed. Can be appended to Vector.

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