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

associate data from one topology aspect to another #127

Closed
veenstrajelmer opened this issue Jul 28, 2023 · 1 comment
Closed

associate data from one topology aspect to another #127

veenstrajelmer opened this issue Jul 28, 2023 · 1 comment

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Jul 28, 2023

It would be a nice addition to "interpolate" e.g. edge variables to faces, or nodes to edges, or any other shift in topology aspect. Currently, there is a node/edge-to-face interpolation function in dfm_tools, but this is a bit too specific and it would be great to land this in xugrid instead.

It would be nice if the user can do things like:

uda = uds[edge_var]
uda.to_faces()

uda = uds[node_var]
uda.to_edges()
@Huite
Copy link
Collaborator

Huite commented Jul 22, 2024

Duplicate of: #173

(This was first, but I wrote more in the other one...)

@Huite Huite closed this as completed Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants