You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In multidimensional-coords.ipynb, the groupby_bins operation was on the coordinate xc, but the bins provided were from 0 to 90 and labeled as 'latitude center'. Based on groupby_bins document, the first argument is the variable to group on. I wonder if here it should be groupby_bins("yc") rather than groupby_bins("xc")? Please correct me if my understanding is wrong.