Replies: 2 comments 3 replies
-
Here's the error message I got:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Here's the error message I got:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm calculating the histogram of a huge 3D dataarray (day, lat, lon). If the number of bins is 1000, then the output would be a 1000 x 1 vector.
I load data from the cloud:
rechunk:
ds = ds.chunk({'y': 720, 'x': 720})
I tested on a small subset with a few things such as using
apply_ufunc
:This doesn't work.
I tried us
dask.array.histogram
directly, and it doesn't work.I'm wondering what a good way would be for me to calculate the histogram of a huge xaray dataarray ~(TB)?
Beta Was this translation helpful? Give feedback.
All reactions