obspy.geodetics.base._isclose

_isclose(a, b, rel_tol=1e-09, abs_tol=0.0)[source]

Equivalent of the math.isclose() method compatible with python 2.7.