-
Notifications
You must be signed in to change notification settings - Fork 41
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
sgrid use cases & API #220
Comments
I'd like a method to subsample a dataset preserving the native grid. Something like, |
If |
In addition to the first suggestion above, I think a way to infer missing "paddings" would be nice. Say if only |
Our homework was to write down use cases to come up with a useful API.
I would like to eventually see a
xesmf.to_uniform_grid(dataset, method="conservative")
that would work on staggered grid datasets. This requires automatic inference of corner points given a set of dimension names.The text was updated successfully, but these errors were encountered: