spherely.touches

Contents

spherely.touches#

spherely.touches(a, b)#

Returns True if A and B intersect, but their interiors do not intersect.

A and B must have at least one point in common, where the common point lies in at least one boundary.

Parameters:

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

Returns:

bool or array