py_eddy_tracker.poly.insidepoly

py_eddy_tracker.poly.insidepoly(x_p, y_p, x_c, y_c)[source]

True for each postion inside a contour

Parameters:
  • x_p (array) – longitude to test

  • y_p (array) – latitude to test

  • x_c (array) – longitude of contours

  • y_c (array) – latitude of contours