Closed
Description
What is your issue?
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.