-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
inital draft "equalise_cubes" operation to assist merge/concatenate #6248
Comments
Some practical realisations ... (1) the "grouping" idea isn't really a requirement for direct user usage, i.e. when calling merge/concatenate. (2) effectively, many possible "operation" options will inevitably affect the "grouping" operation : e.g. equalise attributes --> must ignore attributes when grouping. Likewise if ignoring cell-methods, units, etc |
I don't think this should be assigned to me |
@pp-mo Note that the common metadata API has convenience behaviour that may help here i.e., |
The current implementation I'm proposing has, I hope, found a way of cutting through the potential complexity of this : it's now only interested in metadata equality, based on a subset of fields. |
Scoping notes, drawn from #5375
The text was updated successfully, but these errors were encountered: