Replies: 1 comment 1 reply
-
Thanks. This seems to be the difference between With So
should recover the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to see if using
flox
improves the performance of someresample
operations I am trying on a large dataset. The data is 3-hourly and I want to resample to daily frequency.I came across this link which demonstrates usage of
flox.xarray.resample_reduce
but this method is missing from the docs. Any particular reason?Here is a dataset with the same size as my original one (1.5 TB). There is some reduction in the number of tasks with
flox
. Is it possible to do even better?Here is the data:
Using the standard
xarray
method:Using
flox
:Beta Was this translation helpful? Give feedback.
All reactions