spherely.equals

Contents

spherely.equals#

spherely.equals(a, b)#

Returns True if A and B are spatially equal.

If A is within B and B is within A, A and B are considered equal. The ordering of points can be different.

Parameters:

a, b (Geography or array_like) – Geography object(s).

Returns:

bool or array