orbitx.utils._matchups.is_land.is_land#
- orbitx.utils._matchups.is_land.is_land(x: ArrayLike, y: ArrayLike) ndarray[tuple[Any, ...], dtype[bool]][source]#
Returns boolean land mask for x,y coordinates
- Parameters:
x (float) – The longitude of the point
y (float) – The latitude of the point
- Returns:
True if the point is on land, false otherwise
- Return type:
bool