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

Create Datatree Quadtree #6

Open
oftfrfbf opened this issue Dec 29, 2024 · 0 comments
Open

Create Datatree Quadtree #6

oftfrfbf opened this issue Dec 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@oftfrfbf
Copy link
Member

For downsampled Sv data create a prototype of Sv data regridded to fit within the x array datatree prototype.

E.g.
from datatree import DataTree

ds1 = xr.Dataset({"foo": "orange"})

dt = DataTree(name="root", data=ds1) # create root node

dt
Out[4]:
DataTree('root', parent=None)
Dimensions: ()
Data variables:
foo <U6 24B 'orange'

@oftfrfbf oftfrfbf added the enhancement New feature or request label Dec 29, 2024
@oftfrfbf oftfrfbf added this to the beta release milestone Dec 29, 2024
@oftfrfbf oftfrfbf self-assigned this Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant