shoot.hydrology.Anomaly.is_inside

shoot.hydrology.Anomaly.is_inside#

Anomaly.is_inside(x, y)[source]#

Test if grid points are inside the eddy maximum velocity contour

Parameters:
  • x (array-like) – Grid indices along X.

  • y (array-like) – Grid indices along Y.

Returns:

True for points inside the eddy contour.

Return type:

ndarray of bool