earthkit.transforms package

Subpackages

Submodules

Module contents

reduce(dataarray, *_args, **kwargs)

Reduce an xarray.dataarray or xarray.dataset using a specified how method.

rolling_reduce(dataarray, *_args, **kwargs)

Return reduced data using a moving window over which to apply the reduction.

resample(dataarray, frequency[, time_dim, ...])

Resample dataarray to a user-defined frequency using a user-defined "how" method.