spherely.covers

Contents

spherely.covers#

spherely.covers(a, b)#

Returns True if every point in B lies inside the interior or boundary of A.

Parameters:

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

Returns:

bool or array

Notes

If A and B are both polygons and share co-linear edges, covers currently returns expected results only when those shared edges are identical.