coincident.plot.plot_vantor_browse#

coincident.plot.plot_vantor_browse(item, ax=None, overview_level=0)[source]#

Map view of Vantor 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) – The overview level of the browse image to be opened.

  • ax (plt.Axes | None)

Return type:

plt.Axes

Returns:

The Matplotlib Axes object with the plot.