py_eddy_tracker.generic.local_to_coordinates

py_eddy_tracker.generic.local_to_coordinates(x, y, lon0, lat0)[source]

Take local coordinates (in m) to transform to latlong.

Parameters:
  • x (array) – coordinates to transform

  • y (array) – coordinates to transform

  • lon0 (float) – longitude of local reference

  • lat0 (float) – latitude of local reference

Returns:

lon,lat

Retype:

(array, array)