spherely.covers

Contents

spherely.covers#

spherely.covers(a: Geography | array_like, b: Geography | array_like) object#

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)

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.