Skip to content
Discussion options

You must be logged in to vote

Thanks for the ping, I was out of office when you originally posted this.

The easiest way (if you already have a Grid object) is to use the default constructor and pass in the grid that matches the data.

# Grid object 
grid = ... 

# Xarray data that resides on the grid above
ds = ... 

uxds = ux.UxDataset(ds, uxgrid=uxgrid)

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@philipc2
Comment options

Answer selected by Chrismarsh
@philipc2
Comment options

@Chrismarsh
Comment options

Comment options

You must be logged in to vote
1 reply
@Chrismarsh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants