unwrap_lon
- pyarts.plots.ppath.unwrap_lon(lon, lat)[source]
Unwraps the lat and lon for plotting purposes. This is a helper func
- Parameters:
lon (np.array) – A list of latitudes.
lat (np.array) – A list of longitudes.
- Returns:
one or more pairs of [lon, lat] that when plotted does not allow wrapping.
- Return type: