Skip to content

Commit e405517

Browse files
committed
Even more overlap improvements
1 parent ae3c313 commit e405517

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/user-stories/overlaps.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ kernelspec:
1313

1414
# Overlapping Groups
1515

16-
Generally group-by problems involve non-overlapping groups.
17-
18-
Consider the following group of labels:
16+
This post is motivated by the problem of computing the [Meridional Overturning Circulation](https://en.wikipedia.org/wiki/Atlantic_meridional_overturning_circulation).
17+
One of the steps is a binned average over latitude, over regions of the World Ocean. Commonly we want to average
18+
globally, as well as over the Atlantic, and the Indo-Pacific. Generally group-by problems involve non-overlapping
19+
groups. In this example, the "global" group overlaps with the "Indo-Pacific" and "Atlantic" groups. Below we consider a simplified version of this problem.
1920

21+
Consider the following labels:
2022
```{code-cell}
2123
import numpy as np
2224
import xarray as xr

0 commit comments

Comments
 (0)