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

geoutils.Vector.covered_by#

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

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

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

Return type:

Series