argopy.plot.open_sat_altim_report#

open_sat_altim_report(WMO: str | list | None = None, embed: str | None = 'dropdown', **kwargs)[source]#

Insert the CLS Satellite Altimeter Report figure in notebook cell

This is the method called when using the facade fetcher methods plot:

DataFetcher().float(6902745).plot('qc_altimetry')
Parameters:
  • WMO (int or list) โ€“ The float WMO to display. By default, this is set to None and will insert the general dashboard.

  • embed (str, default='dropdown') โ€“ Set the embedding method. If set to None, simply return the list of urls to figures. Possible values are: dropdown, slide and list.

Return type:

list of Image with list embed or a dict with URLs

Notes

Requires IPython to work as expected. If IPython is not available only URLs are returned.