linopy icon indicating copy to clipboard operation
linopy copied to clipboard

Add more complex example to the documentation

Open FabianHofmann opened this issue 2 years ago • 0 comments

To showcase the full set of flexibility given by the data-handling through xarray, it would be good to create more complex examples. These should include operations like:

  • selection (sel / drop_sel)
  • where / masking
  • broadcast_like
  • diff
  • shift
  • fill (bfill/ffill)
  • groupby
  • rolling
  • operations on different axis

FabianHofmann avatar Feb 02 '23 08:02 FabianHofmann