geoutils.Vector.contains_properly

geoutils.Vector.contains_properly#

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

Returns or appends to Vector a Series of dtype('bool') with value True for each aligned geometry that is completely inside other, with no common boundary points.

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

Return type:

Series