py_eddy_tracker.poly.get_wrap_vertice

py_eddy_tracker.poly.get_wrap_vertice(x0, y0, x1, y1, i)[source]

Return a vertice for each polygon and check that use same reference coordinates.

Parameters:
  • x0 (array) – x for polygon list 0

  • y0 (array) – y for polygon list 0

  • x1 (array) – x for polygon list 1

  • y1 (array) – y for polygon list 1

  • i (int) – index to use fot the 2 list

Returns:

return two compatible vertice

Return type:

(vertice, vertice)