Short-circuit xr.concat
to blindly concatenate data and coords without fancy checks
#6896
Unanswered
raj-magesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to short-circuit
xr.concat
's fancy checks for alignment, etc. to just concatenate all the data and coords of the input DataArrays?I find that it's much slower to use
xr.concat
thannp.concatenate
. I could try concatenating the data and each coord separately and creating a new DataArray; is that the recommended approach?Beta Was this translation helpful? Give feedback.
All reactions