-
Notifications
You must be signed in to change notification settings - Fork 283
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
Create generic regridder from user provided weights. #5162
Comments
In order to maintain a backlog of relevant issues, we automatically label them as stale after 500 days of inactivity. If this issue is still important to you, then please comment on this issue and the stale label will be removed. Otherwise this issue will be automatically closed in 28 days time. |
This stale issue has been automatically closed due to a lack of community activity. If you still care about this issue, then please either:
|
I'm assuming this one needs to stay open @stephenworsley ? |
✨ Feature Request
Following on from ideas in #4754, design a regridder/scheme which allows arbitrary regridding with user supplied weights. The idea being that a user can calculate weights for unusual types of regridding, put them in a standard form and have Iris handle the rest of the regridding process. This object would be initialised with a source cube, target cube and regridding weights provided in some form (probably as a sparse matrix).
Potential examples of use:
or else:
There is some potential for also specifying the masked data handling behaviour with something like
mdtol
inAreaWeighted
. There is also some potential for flexibility with the types of coordinates this works over.The text was updated successfully, but these errors were encountered: