geoutils.Vector.contains_properly#
- Vector.contains_properly(other, align=True)[source]#
Return a
Seriesofdtype('bool')with valueTruefor each aligned geometry that is completely insideother, with no common boundary points. Can be appended toVector.See more details at
geopandas.GeoSeries.contains_properly().- Return type:
Series