⚠️ 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.covers

Contents

geoutils.Vector.covers#

Vector.covers(other, align=True)[source]#

Returns a Series of dtype('bool') with value True for each aligned geometry that is entirely covering other. Can be appended to Vector.

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

Return type:

Series