skmap.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 (Collection) – STAC collection instance pystac.collection.Collection.

  • thumb_id (str) – Asset id of thumbnails.

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

  • figsize (TypeAliasType) – Print size of the horizontal axis of the plot (passed to matplotlib).

  • axes_pad (Union[float, Tuple[float, float]]) – Padding space between the plots of the grid.

Return type:

None