approx_equal

method of dascore.core.coords.BaseCoord source

approx_equal(
    self: BaseCoord ,
    other: BaseCoord ,
)-> ‘bool’

Return True if the coordinates are approximately equal.

Parameters

Parameter Description
other Another coordinate.