spherely.intersects

Contents

spherely.intersects#

spherely.intersects(a, b)#

Returns True if A and B share any portion of space.

Intersects implies that overlaps, touches and within are True.

Parameters:

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

Returns:

bool or array