⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.within

Contents

geoutils.Vector.within#

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

Returns or appends to Vector a Series of dtype('bool') with value True for each aligned geometry that is within other.

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

Return type:

Series