Deepak Cherian
Deepak Cherian
> t would be most useful to this particular user if the error message could somehow identify the file(s) responsible for the exception. +1. You could make this change to...
Yeah its not great. I wrote some tutorial material here: https://tutorial.xarray.dev/fundamentals/02.3_aligning_data_objects.html
> the issue is when you do newds['z'] = stacked.z Are we raising a warning here?
yes this is https://github.com/pydata/xarray/issues/8778 yet again
Sorry for the really long delay here @scharlottej13
How should we bring in `xproj` to handle CRS here? A followup PR?
#10258 enables this with flox, the classic loopy version will still error.
> A list of NumPy matrices with associated extents? This could be OK but the structure of the output seems to most naturally fit a nD sparse array (e.g. https://sparse.pydata.org/en/stable/)...
Thanks @oliviermarti ! this is incredibly helpful > In your short example, it's probably : from xarray.groupers import SeasonGrouper, SeasonResampler Yes, my mistake. I fixed the snippet. > ds.air.groupby(time=SeasonGrouper(["DJFM", "MAMJ",...