Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define Xarray data structures for PyData prototype #22

Open
eric-czech opened this issue Apr 16, 2020 · 0 comments
Open

Define Xarray data structures for PyData prototype #22

eric-czech opened this issue Apr 16, 2020 · 0 comments

Comments

@eric-czech
Copy link
Collaborator

eric-czech commented Apr 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants