geoutils.Vector.geom_almost_equals

geoutils.Vector.geom_almost_equals#

Vector.geom_almost_equals(other, decimal=6, align=True)[source]#

Returns or appends to Vector a Series of dtype('bool') with value True if each aligned geometry is approximately equal to other.

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

Return type:

Series