GeoSeries.
geom_almost_equals
Returns a Series of dtype('bool') with value True if each geometry is approximately equal to other.
Series
dtype('bool')
True
Approximate equality is tested at all points to the specified decimal place precision. See also geom_equals().
geom_equals()
The GeoSeries (elementwise) or geometric object to compare to.
Decimal place presion used when testing for approximate equality.