sup3r.utilities.utilities#
Miscellaneous utilities shared across multiple modules
Functions
|
Generate random string with given length. |
|
Fill any NaN values in an np.ndarray from the nearest non-nan values. |
|
A simple wrapper on the pd.date_range() method that handles the closed vs. |
|
Standardization preprocessing applied before datasets are concatenated by |
|
Cast to type safe for serialization. |
|
json.dumps with non-serializable object handling. |
|
Coarsen data according to s_enhance resolution |
|
Coarsen data according to t_enhance resolution |
|
Wrapper for xr.open_mfdataset with default opening options. |
Classes
|
Timer class for timing and storing function call times. |