geoutils.Vector.contains_properly

geoutils.Vector.contains_properly#

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

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

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

Return type:

Series