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.
What is your issue?
In
multidimensional-coords.ipynb, thegroupby_binsoperation was on the coordinatexc, but the bins provided were from 0 to 90 and labeled as 'latitude center'. Based ongroupby_binsdocument, the first argument is the variable to group on. I wonder if here it should begroupby_bins("yc")rather thangroupby_bins("xc")? Please correct me if my understanding is wrong.