-
Hello, This is how I load each dataarray:
On smaller arrays I would do:
However... on my big datasets, that doesn't work. I encounter pretty quickly a For now, the only solution I found is:
My question (finally), is there a native way in xarray to perform the same operations? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Not in a memory efficient way presently. The solution of writing to disk is a great way for you to merge larger datasets in a memory efficient way. |
Beta Was this translation helpful? Give feedback.
Not in a memory efficient way presently. The solution of writing to disk is a great way for you to merge larger datasets in a memory efficient way.