You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggest difference here is that I'm formalizing the idea of a transmutation API between data structures as an Xarray accessor with functions dynamically added to the accessor based on the structure of the xr.Dataset currently being used (to have autocomplete + documentation reflect only what should be possible).
This issue should track any more requirements that pop up related to this, most likely from finding new types of analysis we want to support.
The text was updated successfully, but these errors were encountered:
See pydata/xarray#3959 for a discussion on how to approach this.
I refactored some old experiments from #15 (comment) into data_structures.ipynb (internals).
The biggest difference here is that I'm formalizing the idea of a transmutation API between data structures as an Xarray accessor with functions dynamically added to the accessor based on the structure of the xr.Dataset currently being used (to have autocomplete + documentation reflect only what should be possible).
This issue should track any more requirements that pop up related to this, most likely from finding new types of analysis we want to support.
The text was updated successfully, but these errors were encountered: