-
Notifications
You must be signed in to change notification settings - Fork 17
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
merge_cubes
description
#379
Comments
I think part of the confusion is because the current description makes it easy to mix up "dimension overlap" and "cube overlap". It should be explained how they relate to each other. And maybe it is easier to talk in terms of disjoint dimensions (a pair of corresponding dimensions with no common labels), instead of trying to explain everything in terms of overlap. Roughly:
|
I'm trying to capture all(?) points in #405. |
…clarifications (#405) * `mask` and `merge_cubes`: The spatial dimensions `x` and `y` can now be resampled implicitly instead of throwing an error. #402 * Clarify descriptions #379 * Improve wording as suggested by @soxofaan * Update merge_cubes.json * Slim down description * Default parameters of resample_cube_spatial apply
(here we are again, discussing
merge_cubes
' description 😄 )a couple of notes on the current description of
merge_cubes
I don't think we properly defined what "compatible" means. I also think the first sentence of the description here should be a more verbose version of the summary and at least mention the verb "merge".
I think it's a bit strange to have this as second sentence of the description. We haven't properly defined "overlap" yet. I guess the sentence tries to define "merge_cubes" as the inverse of "filter_*", but don't think that is very clear at the moment.
I think using the wording "join on a dimension" is not ideal because "join on" is classic relational database terminology and is closer to "concatenate" than "merge" (which is actually meant here)
There is something wrong here: "A ... dimension has the same name ... in both dimensions". I guess what is meant here:
But then: isn't overlap about having the same labels, so why does this talk about different labels?
The text was updated successfully, but these errors were encountered: