Maps.transform_plot_to_lonlat#

Maps.transform_plot_to_lonlat(x, y)#

Transform plot-coordinates to longitude and latitude values.

Parameters:
  • x (float or array-like) – The coordinates values in the coordinate-system of the plot.

  • y (float or array-like) – The coordinates values in the coordinate-system of the plot.

Returns:

lon, lat

Return type:

The coordinates transformed to longitude and latitude values.