spherely.intersects# spherely.intersects(a: Geography | array_like, b: Geography | array_like) → object# 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)