eumap.plotter.plot_stac_collection

plot_stac_collection(collection, thumb_id='thumbnail', ncols=4, figsize=(15, 25), axes_pad=(0, 0.4))[source]

Plot the asset thumbnails for all items of a STAC collection.

Parameters
  • collection – STAC collection instance pystac.collection.Collection.

  • thumb_id – Asset id of thumbnails.

  • ncols – Number of columns used to define the grid.

  • figsize – Print size of the horizontal axis of the plot (passed to matplotlib). :param axes_pad: Padding space between the plots of the grid.