⚠️ 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.intersection

geoutils.Vector.intersection#

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

Returns a Vector of the intersection of points in each aligned geometry with other.

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

Return type:

Vector