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