coincident.plot.plot_maxar_browse#

coincident.plot.plot_maxar_browse(item, ax=None, overview_level=0)#

Map view of Maxar browse image from a STAC item using Matplotlib.

Parameters:
  • item (pystac.Item) – The STAC item containing the browse image to be plotted.

  • overview_level (int, optional) – The overview level of the browse image to be opened, by default 0.

  • ax (Axes | None)

Returns:

The Matplotlib Axes object with the plot.

Return type:

plt.Axes