pangeo_fish.helpers.render_frames

Contents

pangeo_fish.helpers.render_frames#

pangeo_fish.helpers.render_frames(*, ds: Dataset, time_slice: slice = None, **kwargs)#

Helper function for rendering images.

Parameters:
  • ds (xarray.Dataset) – A dataset which the emission and states variables

  • time_slice (slice, default: None) – Timesteps to render. If not provided, all timesteps are rendered (not recommended)

Returns:

None (None) – Nothing is returned

Other Parameters:

kwargs (dict) – Additional arguments passed to pangeo_fish.visualization.render_frame. See its documentation for more information.