xarray has some pretty powerful, indexing, re-indexing, and binning capabilities. My knowledge of them all is pretty limited, but reindex, reindex_like, groupby and groupby_bins all seem like useful targets for operations that folks dealing with practical, happy gappy, poorly gridded data, could use some help with.
e.g. I couldn't figure this out on my own: https://stackoverflow.com/questions/73760046/replace-some-values-in-dataarray-based-on-list-of-indices/73790162#73790162
I appreciate that some of this is probably old-hat for pandas users, but some of us just skipped right to xarray ;-)
Thanks!
PS, apologies if this is covered in the tutorial and I haven't seen it.
xarray has some pretty powerful, indexing, re-indexing, and binning capabilities. My knowledge of them all is pretty limited, but
reindex,reindex_like,groupbyandgroupby_binsall seem like useful targets for operations that folks dealing with practical,happygappy, poorly gridded data, could use some help with.e.g. I couldn't figure this out on my own: https://stackoverflow.com/questions/73760046/replace-some-values-in-dataarray-based-on-list-of-indices/73790162#73790162
I appreciate that some of this is probably old-hat for pandas users, but some of us just skipped right to xarray ;-)
Thanks!
PS, apologies if this is covered in the tutorial and I haven't seen it.