geopandas.GeoSeries.geom_almost_equals

GeoSeries.geom_almost_equals(self, other, decimal=6)

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

Approximate equality is tested at all points to the specified decimal place precision. See also geom_equals().

Parameters
otherGeoSeries or geometric object

The GeoSeries (elementwise) or geometric object to compare to.

decimalint

Decimal place presion used when testing for approximate equality.