-
Estimated community of xarray, I would like to ask you what I can do in order to solve this problem that I have using sortby. I open a very large dataset:
If I do: But if I sort the da dataset before assigning it to a new variable I have a memory issue: i get :
Same error if: although the new dimensions of da1 are:
for what I am doing I cannot reverse the process, and before selecting the station and loading it and sorting. The process is necessary to open the dataset, sort and then load. Thank you very much for your time. Ottavio |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In that case, try specifying
|
Beta Was this translation helpful? Give feedback.
In that case, try specifying
chunks
inopen_mfdataset
. Currently the whole file is being loaded into memory: