monet.util

Functions

calc_13_category_usda_soil_type(clay, sand, silt)

Calculate the 13 category usda soil type from the clay sand and silt

calc_24hr_ave(df[, col])

calc_3hr_ave(df[, col])

calc_8hr_rolling_max(df[, col, window])

calc_annual_ave(df[, col])

findclosest(list, value)

Find the index and value of the closest element to a target value.

get_giorgi_region_bounds([index, acronym])

get_giorgi_region_df(df)

kolmogorov_zurbenko_filter(df, window, ...)

Apply a Kolmogorov-Zurbenko filter to a time series.

linregress(x, y)

Perform a linear regression using statsmodels.

long_to_wide(df)

nearest(items, pivot)

Find the nearest value to pivot in a list of items.

search_listinlist(array1, array2)

Find matching indices between two arrays.

wsdir2uv(ws, wdir)

Modules

combinetool

interp_util

Interpolation functions

resample

stats

tools