-
Notifications
You must be signed in to change notification settings - Fork 298
Description
✨ Feature Request
I'm keen to extend the lenient behaviour that underpins the Lenient Cube Maths introduced in iris 3.0, specifically to merge and also .concatenate
I'd be super interested to know whether there is appetite within the community for an (obvious) extension to such lenient behaviour within iris...
Motivation
iris is strict for obvious reasons regarding its treatment of metadata, but this is completely unhelpful when users require to combine multi-model data together in order to perform a common operation, such as a multi-model mean.
Due to the current metadata strictness of iris, this makes it close to impossible or incredibly painful for users, as iris forces the user to level the playing field with regards to their metadata before allowing them to proceed.
This is a burden on all our users, and that burden could be removed or significantly reduced by offering opt-in lenient merge and behaviours IMHO.concatenate
Please up vote this issue if you want to see this happen 😉
Edit 2023-07-27
The concatenate() aspect has been separated into #5392. While merge and concatenate are conceptually linked, the work can be entirely separated; indeed we could deliver one without the other. This allows for smaller parcels of work that are easier to find time for.
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Status