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

geoutils.Vector.difference#

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

Returns a Vector of the points in each aligned geometry that are not in other.

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

Return type:

Vector