-
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
Keep attributes after conservative regridding #26
Comments
Hi Keith, thanks for opening this issue! I hope that the package has been useful for you. I have added tests for this, and fixed the issue in #27. Would you be willing/able to review the PR? Then I'll mark you as reviewer. If you're unsure about this that OK. |
Hi Bart, thanks for updating this so quickly! I would be happy to review the PR for you. I have a project that I am working on that currently uses |
I have added you as a collaborator, if you could leave a review that'd be great. The heaviness of xESMF and other packages is exactly why I started this package. And of course ESMF is not available on e.g. Windows which was a downside we encountered in other projects. Any other issues would be very welcome, that'd really help with improving this package. |
When regridding a data set using the
conservative
method, all attributes from the originalxarray
object are lost. It would be nice if those attributes could remain attached to the regridded data set like thelinear
method.The text was updated successfully, but these errors were encountered: