saa_polygon

gdt.core.plot.lib.saa_polygon(lat_saa, lon_saa, proj, color='darkred', alpha=0.4, **kwargs)[source]

Plot the SAA polygon on the Earth.

Parameters:
  • lat_saa (np.array) – Array of latitude points

  • lon_saa (np.array) – Array of longitude points

  • proj (Cartopy Projection) – The Cartopy projection

  • color (str, optional) – The color of the polygon

  • alpha (float, optional) – The alpha opacity of the interior of the polygon

  • kwargs (optional) – Other plotting keywords

Returns:

(matplotlib.patches.Polygon)