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