pint-xarray
pint-xarray copied to clipboard
improvements for the `PintIndex`
This is a list of tasks we skipped in #163:
- [ ] figure out how to properly recreate an index from changed coordinates (#269)
- [ ] modify the
IndexSelResultreturned by the wrapped index'.sel - [ ] implement
concat - [ ] implement
stackandunstack - [ ] implement
join - [ ] implement
reindex_like - [ ] figure out how to best compare indexes with compatible but not identical units
For each of the methods, we also need to see if we can deprecate any of the workaround methods in the .pint namespace.