-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add model.to_xugrid()
#1314
Add model.to_xugrid()
#1314
Conversation
This code assumes globally unique node IDs, so I added it to the list at #1318. An additional complication is that MDAL currently doesn't support (variable length?) strings as coordinate variables, so just adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comments, looks good to me otherwise
Co-authored-by: Hofer-Julian <[email protected]>
This adds an optional dependency on
xugrid
, to facilitate creating UGRID netCDFs, to support #969.For now I did not yet add any results to the dataset, but this could be done as a follow-up. This is just the network.