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

geoutils.Vector.symmetric_difference#

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

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

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

Return type:

Vector