⚠️ 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_valid

Contents

geoutils.Vector.is_valid#

property Vector.is_valid: Series#

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

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